diff options
| author | Selene ToyKeeper | 2020-10-18 18:33:44 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-10-18 18:33:44 -0600 |
| commit | db9a373f76b2a0dd71ea4bf5d00dbdb1825119d7 (patch) | |
| tree | 59416a919b2a2b2cff01f7f9056a201c482b1e57 /spaghetti-monster | |
| parent | merged fsm branch, mostly to get Lume1 driver support (diff) | |
| download | anduril-db9a373f76b2a0dd71ea4bf5d00dbdb1825119d7.tar.gz anduril-db9a373f76b2a0dd71ea4bf5d00dbdb1825119d7.tar.bz2 anduril-db9a373f76b2a0dd71ea4bf5d00dbdb1825119d7.zip | |
added model number to Lume1 FW3X build target
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/MODELS | 1 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-fw3x-lume1.h | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/MODELS b/spaghetti-monster/anduril/MODELS index 6697e52..84d6795 100644 --- a/spaghetti-monster/anduril/MODELS +++ b/spaghetti-monster/anduril/MODELS @@ -21,6 +21,7 @@ Model numbers: 0311 fw3a 0312 fw3a-219 0313 fw3a-nofet +0314 fw3x-lume1 0321 blf-gt 0322 blf-gt-mini 0411 ff-rot66 diff --git a/spaghetti-monster/anduril/cfg-fw3x-lume1.h b/spaghetti-monster/anduril/cfg-fw3x-lume1.h index cf4d9bc..75853ec 100644 --- a/spaghetti-monster/anduril/cfg-fw3x-lume1.h +++ b/spaghetti-monster/anduril/cfg-fw3x-lume1.h @@ -6,6 +6,10 @@ * - 85: https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2586-AVR-8-bit-Microcontroller-ATtiny25-ATtiny45-ATtiny85_Datasheet.pdf */ +// TODO: determine if "03" (Lumintop) is the right prefix, +// or if there should be a brand ID for LoneOceans +#define MODEL_NUMBER "0314" + #include "hwdef-fw3x-lume1.h" // ATTINY: 1634 |
