Skip to content

Commit cf46337

Browse files
committed
update compatibility matrix in README
1 parent 5f051e4 commit cf46337

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,34 @@ BSD license, all text above must be included in any redistribution
2020
To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_LSM9DS0. Check that the Adafruit_LSM9DS0 folder contains Adafruit_LSM9DS0.cpp and Adafruit_LSM9DS0.h
2121

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

0 commit comments

Comments
 (0)