Added more microcontrollers

This commit is contained in:
Hans
2016-06-26 11:43:22 +02:00
committed by GitHub
parent d5658f4488
commit 38c1e017a2

View File

@@ -28,19 +28,22 @@ We are open to suggestions for adding support to new boards, however we highly r
### Hardware specifications ### Hardware specifications
| Board/CPU | Send Pin | Timers | | Board/CPU | Send Pin | Timers |
|------------------------------------------|---------------------|-------------------| |--------------------------------------------------------------------------|---------------------|-------------------|
| Arduino Mega / ATmega 1280 / ATmega 2560 | 5, 6, **9**, 11, 46 | 1, **2**, 3, 4, 5 | | [ATtiny84](https://github.com/SpenceKonde/ATTinyCore) | **6** | **1** |
| Teensy 1.0 | **17** | **1** | | [ATtiny85](https://github.com/SpenceKonde/ATTinyCore) | **1** | **TINY0** |
| Teensy 2.0 | 9, **10**, 14 | 1, 3, **4_HS** | | ATmega8 | **9** | **1** |
| Teensy++ 1.0 / 2.0 | **1**, 16, 25 | 1, **2**, 3 | | ATmega168, ATmega328 | **3**, 9 | 1, **2** |
| Teensy 3.0 / 3.1 | **5** | **CMT** | | [ATmega1284](https://github.com/MCUdude/MightyCore) | 13, 14, 6 | 1, **2**, 3 |
| Teensy-LC | **16** | **TPM1** | | [ATmega164, ATmega324, ATmega644](https://github.com/MCUdude/MightyCore) | 13, **14** | 1, **2** |
| Sanguino | 13, **14** | 1, **2** | | [ATmega8535 ATmega16, ATmega32](https://github.com/MCUdude/MightyCore) | **13** | **1** |
| Atmega8 | **9** | **1** | | [ATmega64, ATmega128](https://github.com/MCUdude/MegaCore) | **13** | **1** |
| ATtiny84 | **6** | **1** | | ATmega1280, ATmega2560 | 5, 6, **9**, 11, 46 | 1, **2**, 3, 4, 5 |
| ATtiny85 | **1** | **TINY0** | | [Teensy 1.0](https://www.pjrc.com/teensy/) | **17** | **1** |
| Arduino Duemilanove, UNO etc. | **3**, 9 | 1, **2** | | [Teensy 2.0](https://www.pjrc.com/teensy/) | 9, **10**, 14 | 1, 3, **4_HS** |
| [Teensy++ 1.0 / 2.0](https://www.pjrc.com/teensy/) | **1**, 16, 25 | 1, **2**, 3 |
| [Teensy 3.0 / 3.1](https://www.pjrc.com/teensy/) | **5** | **CMT** |
| [Teensy-LC](https://www.pjrc.com/teensy/) | **16** | **TPM1** |
The table above lists the currently supported timers and corresponding send pins, many of these can have additional pins opened up and we are open to requests if a need arises for other pins. The table above lists the currently supported timers and corresponding send pins, many of these can have additional pins opened up and we are open to requests if a need arises for other pins.