Update README.md

This commit is contained in:
Jan Gromeš 2019-07-31 07:27:40 +02:00 committed by GitHub
parent e751d31aa9
commit adccaf88a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,6 @@ Want to add a Bluetooth interface to your ZigBee network? Sure thing! Need to co
RadioLib was originally created as a driver for [__RadioShield__](https://github.com/jgromes/RadioShield), but it can be used to control as many different wireless modules as you like - or at least as many as your Arduino can handle!
### Supported modules:
* __CC1101__ FSK radio module
* __ESP8266__ WiFi module
@ -31,6 +30,10 @@ RadioLib was originally created as a driver for [__RadioShield__](https://github
* __RTTY__ for modules: SX127x, RFM9x, SX126x, RF69, SX1231, CC1101 and nRF24L01
* __Morse Code__ for modules: SX127x, RFM9x, SX126x, RF69, SX1231, CC1101 and nRF24L01
### Supported platforms:
* __Arduino AVR boards__ - tested on Uno, Mega and Leonardo
* __ESP8266 boards__ - NodeMCU, Wemos D1, etc.
### In development:
* __SIM800C__ GSM module
* __LoRaWAN__ protocol for SX127x, RFM9x and SX126x modules