tftelkamp / arduino-lmic-v1.5

IBM LMIC v1.5 (LoRaWAN in C) adapted to run under the Arduino environment
43 stars 18 forks source link

Led support #7

Open trlafleur opened 7 years ago

trlafleur commented 7 years ago

For debugging, it would be nice to have the options for LED for Tx, Rx, Error, Connect or other state??

Rx and Tx could be added in the Radio driver send and receive functions, but turning on an led, and then scheduled a OS job to turn them off at X ms later... Not sure where I would add an LED for Error or Connect

thanks