be honest
[web/altusmetrum] / TelePyro / index.mdwn
index 92982b455a585fc18ee005f895588d61b36bca56..84eaf27a7bc966bd3387a05bb49dac814e570a72 100644 (file)
@@ -16,21 +16,22 @@ just continuity.
 ### User View ###
 
 * Small circuit board mounted near [TeleMetrum](../TeleMetrum/)
-* Requires [TeleMetrum](../TeleMetrum/) v0.2, as v0.1 does not have the 
-  required companion board interface
+* Requires [TeleMetrum](../TeleMetrum/) v0.2 or later, as v0.1 does not 
+  have the required companion board interface
 * Connections for 8 distinct igniter firing channels provided
 * Supports use of separate battery for ejection charges
 
 ### 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