From adccaf88a677a6621b2da6cfc1ce56469584d465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Wed, 31 Jul 2019 07:27:40 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8f36fc2..6eb72cd8 100644 --- a/README.md +++ b/README.md @@ -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