1
#ifndef HWDEF_FF_PL47_H
2
#define HWDEF_FF_PL47_H
4
/* Fireflies PL47 driver layout
5
* same as a D4S, basically, except ...
8
// ... the PL47 has aux LEDs on pin 7
10
#define AUXLED_PIN PB2 // pin 7
13
// ... and switch LEDs on pin 3
15
#define AUXLED2_PIN PB4 // pin 3
18
// ... and slightly different calibration
19
#ifndef VOLTAGE_FUDGE_FACTOR
20
#define VOLTAGE_FUDGE_FACTOR 7 // add 0.35V
23
#include "hwdef-Emisar_D4S.h"
24
#undef FSM_EMISAR_D4S_DRIVER
25
#undef FSM_EMISAR_D4_DRIVER