~toykeeper/flashlight-firmware/fsm

« back to all changes in this revision

Viewing changes to ToyKeeper/hwdef-Emisar_D4Sv2.h

  • Committer: Selene ToyKeeper
  • Date: 2023-04-17 06:08:32 UTC
  • mto: (483.1.175 anduril2)
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: bzr@toykeeper.net-20230417060832-m50gul6mz47puwbp
switched the rest of FSM + Anduril to use SPDX license headers
instead of full GPL headers (or all too often, nothing at all)

There are a few "FIXME" entries where I'm not sure about the correct copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef HWDEF_EMISAR_D4SV2_H
2
 
#define HWDEF_EMISAR_D4SV2_H
 
1
// Emisar D4Sv2 driver layout (attiny1634)
 
2
// Copyright (C) 2019-2023 Selene ToyKeeper
 
3
// SPDX-License-Identifier: GPL-3.0-or-later
 
4
#pragma once
3
5
 
4
 
/* Emisar D4Sv2 driver layout (attiny1634)
 
6
/*
5
7
 * (same layout as D4v2, except it's a FET+3+1 instead of FET+1)
6
8
 *
7
9
 * Pin / Name / Function
119
121
 
120
122
#define LAYOUT_DEFINED
121
123
 
122
 
#endif