summaryrefslogtreecommitdiff
path: root/src-avr/telescience
Commit message (Collapse)AuthorAge
* src-avr: Check RAM usage for telescienceKeith Packard2011-05-21
| | | | | | | ATmega32u4 has only 2.5kB of ram, so check the output of the compiler to make sure it will work. Signed-off-by: Keith Packard <keithp@keithp.com>
* src-avr: Log ADC data to eepromKeith Packard2011-05-21
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* src-avr: Add ADC routines to telescienceKeith Packard2011-05-21
| | | | | | | Note that SLEEP mode must be disabled or extra ADC interrupts occur, which messes up saving ADC values to the right channel. Signed-off-by: Keith Packard <keithp@keithp.com>
* src-avr: Add SPI modules to telescienceKeith Packard2011-05-19
| | | | | | And it works too! Signed-off-by: Keith Packard <keithp@keithp.com>
* src-avr: Add telescience build targetKeith Packard2011-05-19
No serial output, just USB Signed-off-by: Keith Packard <keithp@keithp.com>