Skip to content

Commit 14c2ca5

Browse files
committed
update compatibility matrix in README
1 parent 4793a50 commit 14c2ca5

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,33 @@ All text above must be included in any redistribution
1717
To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_PWMServoDriver. Check that the Adafruit_PWMServoDriver folder contains Adafruit_PWMServoDriver.cpp and Adafruit_PWMServoDriver.h
1818

1919
Place the Adafruit_PWMServoDriver library folder your <arduinosketchfolder>/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.
20+
21+
<!-- START COMPATIBILITY TABLE -->
22+
23+
## Compatibility
24+
25+
MCU | Tested Works | Doesn't Work | Not Tested | Notes
26+
----------------- | :----------: | :----------: | :---------: | -----
27+
Atmega328 @ 16MHz | X | | |
28+
Atmega328 @ 12MHz | | | X |
29+
Atmega32u4 @ 16MHz | | | X |
30+
Atmega32u4 @ 8MHz | | | X |
31+
ESP8266 | | | X |
32+
Atmega2560 @ 16MHz | | | X |
33+
ATSAM3X8E | | | X |
34+
ATSAM21D | | | X |
35+
ATtiny85 @ 16MHz | | | X |
36+
ATtiny85 @ 8MHz | | | X |
37+
38+
* ATmega328 @ 16MHz : Arduino UNO, Adafruit Pro Trinket 5V, Adafruit Metro 328, Adafruit Metro Mini
39+
* ATmega328 @ 12MHz : Adafruit Pro Trinket 3V
40+
* ATmega32u4 @ 16MHz : Arduino Leonardo, Arduino Micro, Arduino Yun, Teensy 2.0
41+
* ATmega32u4 @ 8MHz : Adafruit Flora, Bluefruit Micro
42+
* ESP8266 : Adafruit Huzzah
43+
* ATmega2560 @ 16MHz : Arduino Mega
44+
* ATSAM3X8E : Arduino Due
45+
* ATSAM21D : Arduino Zero, M0 Pro
46+
* ATtiny85 @ 16MHz : Adafruit Trinket 5V
47+
* ATtiny85 @ 8MHz : Adafruit Gemma, Arduino Gemma, Adafruit Trinket 3V
48+
49+
<!-- END COMPATIBILITY TABLE -->

0 commit comments

Comments
 (0)