Update README.md
This commit is contained in:
parent
814949d183
commit
b8c1a73000
1 changed files with 8 additions and 7 deletions
15
README.md
15
README.md
|
@ -31,17 +31,18 @@ RadioLib was originally created as a driver for [__RadioShield__](https://github
|
|||
* __Morse Code__ for modules: SX127x, RFM9x, SX126x, RF69, SX1231, CC1101 and nRF24L01
|
||||
|
||||
### Supported platforms:
|
||||
* __AVR__ - tested on Uno, Mega and Leonardo
|
||||
* __ESP8266__ - tested NodeMCU and Wemos D1
|
||||
* __ESP32__ - tested on ESP-WROOM-32
|
||||
* __STM32__ - tested on Nucleo L452RE-P
|
||||
* __AVR__ - tested with hardware on Uno, Mega and Leonardo
|
||||
* __ESP8266__ - tested with hardware on NodeMCU and Wemos D1
|
||||
* __ESP32__ - tested with hardware on ESP-WROOM-32
|
||||
* __STM32__ - tested with hardware on Nucleo L452RE-P
|
||||
* __SAMD__ - Arduino Zero, Arduino MKR boards, M0 Pro etc.
|
||||
* __SAM__ - Arduino Due
|
||||
* __nRF52__ - Adafruit Bluefruit Feather etc.
|
||||
* __Intel Curie__ - Arduino 101
|
||||
* __megaAVR__ - Arduino Uno WiFi Rev.2 etc.
|
||||
* _Intel Curie_ - Arduino 101
|
||||
* _megaAVR_ - Arduino Uno WiFi Rev.2 etc.
|
||||
* _Apollo3_ - SparkFun Artemis Redboard etc.
|
||||
|
||||
The list above is by no means exhaustive. Most of RadioLib code is independent of the used platform, so as long as your board is running some Arduino-compatible core, RadioLib should work.
|
||||
The list above is by no means exhaustive. Most of RadioLib code is independent of the used platform, so as long as your board is running some Arduino-compatible core, RadioLib should work. Compilation of all examples is tested for all platoforms in __bold__ on each git push. Platforms in _italic_ are not tested on each push, but do compile and should be working.
|
||||
|
||||
### In development:
|
||||
* __SIM800C__ GSM module
|
||||
|
|
Loading…
Add table
Reference in a new issue