~toykeeper/flashlight-firmware/fsm

« back to all changes in this revision

Viewing changes to ToyKeeper/hwdef-emisar-d4s.h

  • Committer: Selene ToyKeeper
  • Date: 2023-11-04 15:09:10 UTC
  • mfrom: (483.1.175 anduril2)
  • Revision ID: bzr@toykeeper.net-20231104150910-ddd3afw4nhfvof2l
merged anduril2 branch -> fsm, with *years* of changes
(this also means this code is now Anduril 2 instead of Anduril 1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef HWDEF_EMISAR_D4S_H
2
 
#define HWDEF_EMISAR_D4S_H
 
1
// Emisar D4S driver layout
 
2
// Copyright (C) 2018-2023 Selene ToyKeeper
 
3
// SPDX-License-Identifier: GPL-3.0-or-later
 
4
#pragma once
3
5
 
4
 
/* Emisar D4S driver layout
5
 
 */
6
6
// same as a D4, basically
7
 
#include "hwdef-Emisar_D4.h"
 
7
#include "hwdef-emisar-d4.h"
8
8
 
9
9
// ... except the D4S has aux LEDs under the optic
10
10
#ifndef AUXLED_PIN
11
11
#define AUXLED_PIN   PB4    // pin 3
12
12
#endif
13
13
 
14
 
#endif