diff options
| author | Selene ToyKeeper | 2023-12-15 04:45:51 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-12-15 04:45:51 -0700 |
| commit | 8572911b9a8902d25480ed08a9c6b6486b8735ba (patch) | |
| tree | ff322cfacb945ae7502298be4cd9a787dba360b8 /hw/thefreeman/avr32dd20-devkit/anduril.h | |
| parent | clarified which-hex-file.md a bit; make sure the model number matches (diff) | |
| download | anduril-8572911b9a8902d25480ed08a9c6b6486b8735ba.tar.gz anduril-8572911b9a8902d25480ed08a9c6b6486b8735ba.tar.bz2 anduril-8572911b9a8902d25480ed08a9c6b6486b8735ba.zip | |
use BLIP_LEVEL instead of 0 for "blip"s
This helps when using a regulator which doesn't like being turned off
and back on quickly.
Diffstat (limited to '')
| -rw-r--r-- | hw/thefreeman/avr32dd20-devkit/anduril.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/thefreeman/avr32dd20-devkit/anduril.h b/hw/thefreeman/avr32dd20-devkit/anduril.h index 02d5de3..3152183 100644 --- a/hw/thefreeman/avr32dd20-devkit/anduril.h +++ b/hw/thefreeman/avr32dd20-devkit/anduril.h @@ -110,6 +110,7 @@ #define PARTY_STROBE_ONTIME 1 // slow down party strobe #define STROBE_OFF_LEVEL 1 // keep the regulator chip on between pulses +#define BLIP_LEVEL 1 // same // smoother candle mode with bigger oscillations #define CANDLE_AMPLITUDE 40 |
