Witty-Wizard / SerialIO

An Arduino library for decoding multiple RC protocols.
https://witty-wizard.github.io/SerialIO/
GNU General Public License v3.0
3 stars 0 forks source link

✨[FEATURE]: Add Failsafe #19

Open Witty-Wizard opened 2 months ago

Witty-Wizard commented 2 months ago

Overview

Implement a failsafe mechanism that triggers after a specified time without receiving a signal. The system should set predefined failsafe values to the outputs when no signal is detected for the specified duration.

This would enhance safety and reliability for projects using SerialIO.

Tasks