diff options
| author | Gabriel Hart | 2022-04-13 10:13:45 -0500 |
|---|---|---|
| committer | Gabriel Hart | 2022-04-13 10:13:45 -0500 |
| commit | 7d383475d5b7c0edaabce3665dd880425d51a24d (patch) | |
| tree | 229ab9ae0d045bb30791f8cdd58aa3a2bc301c9a /hwdef-Sofirn_SP10-Pro.h | |
| parent | Added FUSES section to SP10 Pro for building ELF file with BOD Active fuse se... (diff) | |
| download | anduril-7d383475d5b7c0edaabce3665dd880425d51a24d.tar.gz anduril-7d383475d5b7c0edaabce3665dd880425d51a24d.tar.bz2 anduril-7d383475d5b7c0edaabce3665dd880425d51a24d.zip | |
Created LED_DISABLE_DELAY option and enabled it for SP10 Pro to hopefully eliminate flashes when turning off at certain levels
Diffstat (limited to '')
| -rw-r--r-- | hwdef-Sofirn_SP10-Pro.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hwdef-Sofirn_SP10-Pro.h b/hwdef-Sofirn_SP10-Pro.h index aea46e1..7d0d7f5 100644 --- a/hwdef-Sofirn_SP10-Pro.h +++ b/hwdef-Sofirn_SP10-Pro.h @@ -53,6 +53,7 @@ PA1 : Boost Enable #define LED_ENABLE_PIN PIN1_bp #define LED_ENABLE_PORT PORTA_OUT +#define LED_DISABLE_DELAY 4 #define USE_VOLTAGE_DIVIDER // use a dedicated pin, not VCC, because VCC input is flattened #define DUAL_VOLTAGE_FLOOR 21 // for AA/14500 boost drivers, don't indicate low voltage if below this level |
