diff options
| author | Selene ToyKeeper | 2023-10-10 22:58:04 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-10-10 22:58:04 -0600 |
| commit | b5059bfc15cfab0fab0f2ef914128b63323e64c9 (patch) | |
| tree | 3869f1218a8de786e86e9f2922dcd85fee901976 /hwdef-mateminco-mf01s.h | |
| parent | fix failed builds without USE_RAMP_AFTER_MOON_CONFIG (diff) | |
| download | anduril-b5059bfc15cfab0fab0f2ef914128b63323e64c9.tar.gz anduril-b5059bfc15cfab0fab0f2ef914128b63323e64c9.tar.bz2 anduril-b5059bfc15cfab0fab0f2ef914128b63323e64c9.zip | |
converted mateminco-mf01-mini build to new API
Diffstat (limited to 'hwdef-mateminco-mf01s.h')
| -rw-r--r-- | hwdef-mateminco-mf01s.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hwdef-mateminco-mf01s.h b/hwdef-mateminco-mf01s.h index 14cf76b..af214b2 100644 --- a/hwdef-mateminco-mf01s.h +++ b/hwdef-mateminco-mf01s.h @@ -18,7 +18,7 @@ #define HWDEF_C_FILE hwdef-emisar-d4.c // channel modes -// * 0. FET+7135 stacked +// * 0. small FET + big FET stacked #define NUM_CHANNEL_MODES 1 enum CHANNEL_MODES { CM_MAIN = 0, @@ -49,6 +49,7 @@ enum CHANNEL_MODES { #define CH2_PIN PB1 // pin 6, FET PWM #define CH2_PWM OCR0B // OCR0B is the output compare register for PB1 +// lighted button and 1-channel front aux #define AUXLED_PIN PB4 // pin 3 // e-switch |
