~toykeeper/flashlight-firmware/trunk

« back to all changes in this revision

Viewing changes to ToyKeeper/hwdef-Sofirn_LT1S-Pro.h

  • Committer: Selene ToyKeeper
  • Date: 2023-04-17 06:08:32 UTC
  • mto: (188.22.175 anduril2)
  • mto: This revision was merged to the branch mainline in revision 250.
  • 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
 
/* BLF LT1S Pro driver layout using the Attiny1616
 
1
// BLF LT1S Pro driver layout using the Attiny1616
 
2
// Copyright (C) 2022-2023 (FIXME)
 
3
// SPDX-License-Identifier: GPL-3.0-or-later
 
4
#pragma once
2
5
 
3
 
Driver pinout:
 
6
/*
 
7
 * Driver pinout:
4
8
 * eSwitch:    PA5
5
9
 * Aux LED:    PB5
6
10
 * WW PWM:     PB0 (TCA0 WO0)
7
11
 * CW PWM:     PB1 (TCA0 WO1)
8
12
 * Red PWM:    PB2 (TCA0 WO2)
9
13
 * Voltage:    VCC
10
 
 
11
 
*/
12
 
 
13
 
#pragma once
14
 
 
 
14
 */
15
15
 
16
16
#define HWDEF_C_FILE hwdef-Sofirn_LT1S-Pro.c
17
17