From c5421989807c5b3622033b9c0d1f6b254e0b912a Mon Sep 17 00:00:00 2001 From: Neon22 Date: Tue, 7 Jan 2014 20:24:53 -0800 Subject: [PATCH] Created Board Arduino Due (markdown) --- Board-Arduino-Due.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Board-Arduino-Due.md diff --git a/Board-Arduino-Due.md b/Board-Arduino-Due.md new file mode 100644 index 0000000..cad0303 --- /dev/null +++ b/Board-Arduino-Due.md @@ -0,0 +1,16 @@ +SAM3X8E ARM Cortex-M3 +* Home - http://arduino.cc/en/Main/arduinoBoardDue + +###Features### +* SAM3X8E ARM Cortex-M3, 84Mhz +* 512Kb Flash, 96 KB SRAM +* 54 Digital I/O pins +* 12 with PWM (8bit) +* 12 ADC pins (12 bit) +* 2 DAC pins (12 bit) +* 9 Timers +* USB, 6x SPI, 2x i2c, 2x CAN +* Random number generator + +###Status### +No work has yet been done on porting to this chip