~toykeeper/flashlight-firmware/fsm

« back to all changes in this revision

Viewing changes to ToyKeeper/hwdef-Emisar_D1.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_D1_H
2
 
#define HWDEF_EMISAR_D1_H
3
 
 
4
 
/* Emisar D1 driver layout
5
 
 */
6
 
// D1 driver is exactly the same as a D4
7
 
#include "hwdef-Emisar_D4.h"
8
 
 
9
 
#endif