From 5afda069c1e445b56bfc5f04ca9d5f3a782fc969 Mon Sep 17 00:00:00 2001 From: lembed Date: Sat, 10 Oct 2015 22:45:12 +0800 Subject: [PATCH] + RF24 RF24Mesh --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ce624b8..3bf59e9 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ A curated list of awesome Arduino hardwares, libraries and projects * [esp-link](https://github.com/jeelabs/esp-link) - esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer * [Arduino-Temperature-Control-Library](https://github.com/milesburton/Arduino-Temperature-Control-Library) - Arduino Library for Maxim Temperature Integrated Circuits * [RF24](https://github.com/maniacbug/RF24) - Arduino driver for nRF24L01 +* [RF24](https://github.com/TMRh20/RF24) - Optimized fork of nRF24L01 for Arduino and Raspberry Pi +* [RF24Mesh](https://github.com/TMRh20/RF24Mesh) - Mesh Networking for RF24Network * [due_can](https://github.com/collin80/due_can) - Object oriented canbus library for Arduino Due compatible boards * [FastLED](https://github.com/FastLED/FastLED) - easily & efficiently controlling a wide variety of LED chipsets for arduino * [iot-playground](https://github.com/iot-playground/Arduino) - ESP8266 EasyIoT library and sensor examples