diff options
author | Bdale Garbee <bdale@gag.com> | 2010-04-23 01:16:27 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-04-23 01:16:27 -0600 |
commit | b41e88204520c16b0b140000aa0a004446a3c333 (patch) | |
tree | b32058648109eaecba673bf565e62ab7c0ee33cc | |
parent | 211ebbce3da37c51875024035b350307d5e77939 (diff) |
update to reflect change to ATtiny48
-rw-r--r-- | TelePyro/index.mdwn | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/TelePyro/index.mdwn b/TelePyro/index.mdwn index 92982b4..1647680 100644 --- a/TelePyro/index.mdwn +++ b/TelePyro/index.mdwn @@ -23,14 +23,15 @@ just continuity. ### Developer View ### -* [Atmel ATmega328](http://www.atmel.com/dyn/products/product_card_v2.asp?PN=ATmega328) Microcontroller - * 32k Flash - * 2048 bytes SRAM - * 1024 bytes EEPROM +* [Atmel ATtiny48](http://www.atmel.com/dyn/products/product_card_v2.asp?PN=ATtiny48) Microcontroller + * 4k Flash + * 256 bytes SRAM + * 64 bytes EEPROM + * 8-channel 10-bit ADC * SPI target interface - * In-circuit programming interface + * In-system programming interface * Software Features (planned) - * [Arduino](http://arduino.cc/) compatible programming + * programmed in C using gcc-avr * Runs from on-chip flash, uses on-chip RAM * Tools Used * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout |