diff options
author | Bdale Garbee <bdale@gag.com> | 2010-04-22 21:42:17 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-04-22 21:42:17 -0600 |
commit | 211ebbce3da37c51875024035b350307d5e77939 (patch) | |
tree | b4bf68f4ff7c009ee2fef95e0b84ca477b3fe9ea /TelePyro | |
parent | cb3936766fdcd13e6f6d29c7175683fdfd75adb9 (diff) |
updates to reflect decision decision to replace PIC with AVR parts
Diffstat (limited to 'TelePyro')
-rw-r--r-- | TelePyro/index.mdwn | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/TelePyro/index.mdwn b/TelePyro/index.mdwn index 95c335e..92982b4 100644 --- a/TelePyro/index.mdwn +++ b/TelePyro/index.mdwn @@ -23,13 +23,14 @@ just continuity. ### Developer View ### -* [Microchip 16F886](http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en530146) Microcontroller - * 8k Flash - * 386 bytes RAM +* [Atmel ATmega328](http://www.atmel.com/dyn/products/product_card_v2.asp?PN=ATmega328) Microcontroller + * 32k Flash + * 2048 bytes SRAM + * 1024 bytes EEPROM * SPI target interface * In-circuit programming interface * Software Features (planned) - * Written in PIC assembler + * [Arduino](http://arduino.cc/) compatible programming * Runs from on-chip flash, uses on-chip RAM * Tools Used * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout |