stop()
stop(int led)
This function stops a blinking led from blinking. The first argument is to signify which led to stop, 0, 1 or 2.
Stopping a led does not turn the led off, it stays in the state it was when stopped.
Example usage:
stop(int led)
This function stops a blinking led from blinking. The first argument is to signify which led to stop, 0, 1 or 2.
Stopping a led does not turn the led off, it stays in the state it was when stopped.
Example usage: