~toykeeper/flashlight-firmware/fsm

« back to all changes in this revision

Viewing changes to ToyKeeper/hwdef-ff-rot66.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_FF_ROT66_H
2
 
#define HWDEF_FF_ROT66_H
 
1
// Fireflies ROT66 driver layout
 
2
// Copyright (C) 2018-2023 Selene ToyKeeper
 
3
// SPDX-License-Identifier: GPL-3.0-or-later
 
4
#pragma once
3
5
 
4
 
/* Fireflies ROT66 driver layout
5
 
 * same as a FW3A, basically, except ...
6
 
 */
 
6
// same as a FW3A, basically, except ...
7
7
 
8
8
// ... except the ROT66 has a lighted button
9
9
#ifndef AUXLED_PIN
15
15
#define VOLTAGE_FUDGE_FACTOR 7  // add 0.35V
16
16
#endif
17
17
 
18
 
#include "hwdef-FW3A.h"
 
18
#include "hwdef-fw3a.h"
19
19
 
20
20
// ... and no optic nerve
21
21
#ifdef VISION_PIN
22
22
#undef VISION_PIN
23
23
#endif
24
24
 
25
 
#endif