devangel77b / Spektrum

mbed library for Spektrum serial receivers
Apache License 2.0
1 stars 0 forks source link

Add a timeout that detects loss of signal for 1s? #4

Open devangel77b opened 5 years ago

devangel77b commented 5 years ago

Users may wish to take a protective action if there is no receiver signal for a certain amount of time. Perhaps use Timeout object to accomplish this?

devangel77b commented 5 years ago

Maybe add example with TImeout and idiot light example with DigitalOut into main.cpp sailbot example.