Skip to content

Commit 38c1e01

Browse files
authored
Added more microcontrollers
1 parent d5658f4 commit 38c1e01

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,22 @@ We are open to suggestions for adding support to new boards, however we highly r
2828

2929
### Hardware specifications
3030

31-
| Board/CPU | Send Pin | Timers |
32-
|------------------------------------------|---------------------|-------------------|
33-
| Arduino Mega / ATmega 1280 / ATmega 2560 | 5, 6, **9**, 11, 46 | 1, **2**, 3, 4, 5 |
34-
| Teensy 1.0 | **17** | **1** |
35-
| Teensy 2.0 | 9, **10**, 14 | 1, 3, **4_HS** |
36-
| Teensy++ 1.0 / 2.0 | **1**, 16, 25 | 1, **2**, 3 |
37-
| Teensy 3.0 / 3.1 | **5** | **CMT** |
38-
| Teensy-LC | **16** | **TPM1** |
39-
| Sanguino | 13, **14** | 1, **2** |
40-
| Atmega8 | **9** | **1** |
41-
| ATtiny84 | **6** | **1** |
42-
| ATtiny85 | **1** | **TINY0** |
43-
| Arduino Duemilanove, UNO etc. | **3**, 9 | 1, **2** |
31+
| Board/CPU | Send Pin | Timers |
32+
|--------------------------------------------------------------------------|---------------------|-------------------|
33+
| [ATtiny84](https://github.com/SpenceKonde/ATTinyCore) | **6** | **1** |
34+
| [ATtiny85](https://github.com/SpenceKonde/ATTinyCore) | **1** | **TINY0** |
35+
| ATmega8 | **9** | **1** |
36+
| ATmega168, ATmega328 | **3**, 9 | 1, **2** |
37+
| [ATmega1284](https://github.com/MCUdude/MightyCore) | 13, 14, 6 | 1, **2**, 3 |
38+
| [ATmega164, ATmega324, ATmega644](https://github.com/MCUdude/MightyCore) | 13, **14** | 1, **2** |
39+
| [ATmega8535 ATmega16, ATmega32](https://github.com/MCUdude/MightyCore) | **13** | **1** |
40+
| [ATmega64, ATmega128](https://github.com/MCUdude/MegaCore) | **13** | **1** |
41+
| ATmega1280, ATmega2560 | 5, 6, **9**, 11, 46 | 1, **2**, 3, 4, 5 |
42+
| [Teensy 1.0](https://www.pjrc.com/teensy/) | **17** | **1** |
43+
| [Teensy 2.0](https://www.pjrc.com/teensy/) | 9, **10**, 14 | 1, 3, **4_HS** |
44+
| [Teensy++ 1.0 / 2.0](https://www.pjrc.com/teensy/) | **1**, 16, 25 | 1, **2**, 3 |
45+
| [Teensy 3.0 / 3.1](https://www.pjrc.com/teensy/) | **5** | **CMT** |
46+
| [Teensy-LC](https://www.pjrc.com/teensy/) | **16** | **TPM1** |
4447

4548
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.
4649

0 commit comments

Comments
 (0)