diff options
| author | Gabriel Hart | 2021-01-12 14:28:18 -0600 |
|---|---|---|
| committer | Gabriel Hart | 2021-01-12 14:28:18 -0600 |
| commit | 266b3db0048ad4938b8ab52209e22b77955748ee (patch) | |
| tree | b4fe8e3e144988146c5c23758770b945caba5e9c | |
| parent | Add hwdef for BLF Q8 with t1616 and cfg files for the Q8, Lantern, and SP36 (diff) | |
| download | anduril-266b3db0048ad4938b8ab52209e22b77955748ee.tar.gz anduril-266b3db0048ad4938b8ab52209e22b77955748ee.tar.bz2 anduril-266b3db0048ad4938b8ab52209e22b77955748ee.zip | |
Add the override of ATTINY setting to 1616 for the new T1616 config files
| -rw-r--r-- | spaghetti-monster/anduril/cfg-blf-lantern-t1616.h | 1 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-blf-q8-t1616.h | 1 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-sofirn-sp36-t1616.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/cfg-blf-lantern-t1616.h b/spaghetti-monster/anduril/cfg-blf-lantern-t1616.h index 6d0a192..7905eee 100644 --- a/spaghetti-monster/anduril/cfg-blf-lantern-t1616.h +++ b/spaghetti-monster/anduril/cfg-blf-lantern-t1616.h @@ -7,6 +7,7 @@ // basically the same as a Q8... sort of #include "hwdef-BLF_Q8-T1616.h" +// ATTINY: 1616 // the button lights up #define USE_INDICATOR_LED diff --git a/spaghetti-monster/anduril/cfg-blf-q8-t1616.h b/spaghetti-monster/anduril/cfg-blf-q8-t1616.h index a6e9517..e1e1598 100644 --- a/spaghetti-monster/anduril/cfg-blf-q8-t1616.h +++ b/spaghetti-monster/anduril/cfg-blf-q8-t1616.h @@ -1,6 +1,7 @@ // BLF Q8 config options for Anduril using the Attiny1616 #define MODEL_NUMBER "0631" #include "hwdef-BLF_Q8-T1616.h" +// ATTINY: 1616 // the button lights up #define USE_INDICATOR_LED diff --git a/spaghetti-monster/anduril/cfg-sofirn-sp36-t1616.h b/spaghetti-monster/anduril/cfg-sofirn-sp36-t1616.h index 29410dc..8eb7a5d 100644 --- a/spaghetti-monster/anduril/cfg-sofirn-sp36-t1616.h +++ b/spaghetti-monster/anduril/cfg-sofirn-sp36-t1616.h @@ -3,6 +3,7 @@ #include "cfg-blf-q8-t1616.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0632" +// ATTINY: 1616 // voltage readings were a little high with the Q8 value #undef VOLTAGE_FUDGE_FACTOR |
