diff options
| author | Selene ToyKeeper | 2023-07-23 12:04:56 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-07-23 12:04:56 -0600 |
| commit | 9f5be1da4a3f01c4891f1f1b1372a603638da37b (patch) | |
| tree | 3f3e800dfb31f19db59f7f811db33d486c1025d8 /hwdef-emisar-d4.h | |
| parent | converted noctigon-dm11-* builds to multi-channel (diff) | |
| download | anduril-9f5be1da4a3f01c4891f1f1b1372a603638da37b.tar.gz anduril-9f5be1da4a3f01c4891f1f1b1372a603638da37b.tar.bz2 anduril-9f5be1da4a3f01c4891f1f1b1372a603638da37b.zip | |
converted BLF GT to multi-channel
Diffstat (limited to 'hwdef-emisar-d4.h')
| -rw-r--r-- | hwdef-emisar-d4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hwdef-emisar-d4.h b/hwdef-emisar-d4.h index b3a7500..7be700a 100644 --- a/hwdef-emisar-d4.h +++ b/hwdef-emisar-d4.h @@ -51,8 +51,6 @@ enum CHANNEL_MODES { #define PWM_TOP_INIT 255 // highest value used in top half of ramp -//#define AUXLED_PIN PB4 // pin 3 - // 1x7135 channel #ifndef CH1_PIN #define CH1_PIN PB0 // pin 5, 1x7135 PWM @@ -65,6 +63,8 @@ enum CHANNEL_MODES { #define CH2_PWM OCR0B // OCR0B is the output compare register for PB1 #endif +//#define AUXLED_PIN PB4 // pin 3 + // e-switch #ifndef SWITCH_PIN #define SWITCH_PIN PB3 // pin 2 |
