diff options
| author | Gabriel Hart | 2022-04-12 00:05:27 -0500 |
|---|---|---|
| committer | Gabriel Hart | 2022-04-12 00:05:27 -0500 |
| commit | 97063be85d0f964ba65a2f1ca355d818a5d93ab5 (patch) | |
| tree | 786498d0e03679945cf974bcc85b58e13a94c5e2 /hwdef-Sofirn_SP10-Pro.h | |
| parent | Merge from TK's main A2 branch thru Rev 647 which includes several patches fo... (diff) | |
| download | anduril-97063be85d0f964ba65a2f1ca355d818a5d93ab5.tar.gz anduril-97063be85d0f964ba65a2f1ca355d818a5d93ab5.tar.bz2 anduril-97063be85d0f964ba65a2f1ca355d818a5d93ab5.zip | |
Added FUSES section to SP10 Pro for building ELF file with BOD Active fuse setting
Diffstat (limited to 'hwdef-Sofirn_SP10-Pro.h')
| -rw-r--r-- | hwdef-Sofirn_SP10-Pro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwdef-Sofirn_SP10-Pro.h b/hwdef-Sofirn_SP10-Pro.h index bb10f2f..aea46e1 100644 --- a/hwdef-Sofirn_SP10-Pro.h +++ b/hwdef-Sofirn_SP10-Pro.h @@ -55,7 +55,7 @@ PA1 : Boost Enable #define LED_ENABLE_PORT PORTA_OUT #define USE_VOLTAGE_DIVIDER // use a dedicated pin, not VCC, because VCC input is flattened -#define DUAL_VOLTAGE_FLOOR 20 // for AA/14500 boost drivers, don't indicate low voltage if below this level +#define DUAL_VOLTAGE_FLOOR 21 // for AA/14500 boost drivers, don't indicate low voltage if below this level #define DUAL_VOLTAGE_LOW_LOW 7 // the lower voltage range's danger zone 0.7 volts (NiMH) #define ADMUX_VOLTAGE_DIVIDER ADC_MUXPOS_AIN9_gc // which ADC channel to read |
