diff options
| author | Gabriel Hart | 2022-01-04 16:56:37 -0600 |
|---|---|---|
| committer | Gabriel Hart | 2022-01-04 16:56:37 -0600 |
| commit | a01a27d8d2562e08baf7a58a76fc90670cdc2c4e (patch) | |
| tree | 8540c84dc361037bbb62c3a0f7a317f575af5f2f /hwdef-thefreeman-lin16dac.h | |
| parent | Merge TKs changes through her commit 628 (diff) | |
| download | anduril-a01a27d8d2562e08baf7a58a76fc90670cdc2c4e.tar.gz anduril-a01a27d8d2562e08baf7a58a76fc90670cdc2c4e.tar.bz2 anduril-a01a27d8d2562e08baf7a58a76fc90670cdc2c4e.zip | |
Experimental: add optional delay when using LED_ENABLE_PIN to avoid flashes of light
Diffstat (limited to '')
| -rw-r--r-- | hwdef-thefreeman-lin16dac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hwdef-thefreeman-lin16dac.h b/hwdef-thefreeman-lin16dac.h index 0999c4c..77b9ee0 100644 --- a/hwdef-thefreeman-lin16dac.h +++ b/hwdef-thefreeman-lin16dac.h @@ -43,6 +43,7 @@ Read voltage from VCC pin, has PFET so no drop #define LED_ENABLE_PORT PORTB_OUT #define LED_ENABLE_PIN_LEVEL_MIN 35 #define LED_ENABLE_PIN_LEVEL_MAX 150 +#define LED_ENABLE_DELAY 80 // how many ms to delay turning on the lights after enabling the channel // For turning on and off the op-amp #define LED2_ENABLE_PIN PIN7_bp |
