diff options
| author | Selene ToyKeeper | 2022-04-14 20:34:21 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2022-04-14 20:34:21 -0600 |
| commit | 4f6ae9925fefed4694bc87584040edc5426cdd94 (patch) | |
| tree | 151cf2f7eee3a9f45063a513bfc2cdf42d00061f /hwdef-thefreeman-lin16dac.h | |
| parent | merged gchart's latest changes: (diff) | |
| download | anduril-4f6ae9925fefed4694bc87584040edc5426cdd94.tar.gz anduril-4f6ae9925fefed4694bc87584040edc5426cdd94.tar.bz2 anduril-4f6ae9925fefed4694bc87584040edc5426cdd94.zip | |
moved fuses from cfg to hwdef, renamed LED_EN/DISABLE_DELAY to LED_ON/OFF_DELAY
(also really should rename LED_* to CH1_* and LED2_* to CH2_*)
Diffstat (limited to 'hwdef-thefreeman-lin16dac.h')
| -rw-r--r-- | hwdef-thefreeman-lin16dac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwdef-thefreeman-lin16dac.h b/hwdef-thefreeman-lin16dac.h index adb7886..9d6b145 100644 --- a/hwdef-thefreeman-lin16dac.h +++ b/hwdef-thefreeman-lin16dac.h @@ -47,7 +47,7 @@ Read voltage from VCC pin, has PFET so no drop // For turning on and off the op-amp #define LED2_ENABLE_PIN PIN7_bp #define LED2_ENABLE_PORT PORTA_OUT -#define LED2_ENABLE_DELAY 80 // how many ms to delay turning on the lights after enabling the channel +#define LED2_ON_DELAY 80 // how many ms to delay turning on the lights after enabling the channel // average drop across diode on this hardware #ifndef VOLTAGE_FUDGE_FACTOR |
