diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-02-04 19:58:35 -0500 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-02-10 16:31:58 -0500 |
commit | b84da9db8f61fcc79c9594cabb97ebc5142eb267 (patch) | |
tree | 064ae83be6989b85ff5b99c032be86e7f6a3550a /TODO | |
parent | a884c01c64db5656360e6e5bc3e8f69a708f3478 (diff) | |
download | librambutan-b84da9db8f61fcc79c9594cabb97ebc5142eb267.tar.gz librambutan-b84da9db8f61fcc79c9594cabb97ebc5142eb267.zip |
Made Native prototype B definitions in libmaple.h and boards.h; added
notes/native-pin-definitions.txt (copied from ST datasheet).
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -2,10 +2,11 @@ Quick TODO -------------------------------------------------------------------- - write language unit test - more maple-specific example programs +- maple mini serial bootloader HOWTO +- maple and mini jtag HOWTO Peripherals ------------------------------------------------------------------- -- complete timers and interrupt stuff - I2C wrap up - SPI wrap up @@ -16,9 +17,6 @@ EEPROM: uint8 read(int) void write(int, uint8) -Servo: - modify timer code, "banks" of pins corresponding to a timer - Firmata: edit Firmata.h for capabilities |