diff options
| author | Selene ToyKeeper | 2018-10-07 19:37:22 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-10-07 19:37:22 -0600 |
| commit | a7750407f2722d20773b294ba26a5ff1f0cb6650 (patch) | |
| tree | e27af9a10511bdae9e318ac4870e944fac7383b2 /hwdef-FF_PL47.h | |
| parent | merged FF ROT66 updates (supports both 7x7135 and 14x7135 now) (diff) | |
| parent | Made second aux LED copy the behavior of the first. (diff) | |
| download | anduril-a7750407f2722d20773b294ba26a5ff1f0cb6650.tar.gz anduril-a7750407f2722d20773b294ba26a5ff1f0cb6650.tar.bz2 anduril-a7750407f2722d20773b294ba26a5ff1f0cb6650.zip | |
merged FF PL47 branch (first rev, may not be final)
Diffstat (limited to 'hwdef-FF_PL47.h')
| -rw-r--r-- | hwdef-FF_PL47.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/hwdef-FF_PL47.h b/hwdef-FF_PL47.h new file mode 100644 index 0000000..4189220 --- /dev/null +++ b/hwdef-FF_PL47.h @@ -0,0 +1,24 @@ +/* Fireflies PL47 driver layout + */ +// same as a D4S, basically +#include "hwdef-Emisar_D4S.h" +#undef FSM_EMISAR_D4S_DRIVER +#undef FSM_EMISAR_D4_DRIVER + +// ... except the PL47 has aux LEDs on pin 7 +#ifdef AUXLED_PIN +#undef AUXLED_PIN +#endif +#define AUXLED_PIN PB2 // pin 7 + +// ... and switch LEDs on pin 3 +#ifdef AUXLED2_PIN +#undef AUXLED2_PIN +#endif +#define AUXLED2_PIN PB4 // pin 3 + +// average drop across diode on this hardware +#ifdef VOLTAGE_FUDGE_FACTOR +#undef VOLTAGE_FUDGE_FACTOR +#endif +#define VOLTAGE_FUDGE_FACTOR 7 // add 0.35V |
