SafeString
4.1.27
SafeString is a safe, robust and debuggable replacement for string processing in Arduino
|
Go to the source code of this file.
Classes | |
class | PinFlasher |
The PinFlasher class inherits from millisDelay to provide non-blocking repeating on/off toggle of the specified pin, see the detailed description. More... | |
Variables | |
const int | PIN_ON |
Flashes the io_pin. More... | |
const int | PIN_OFF |
PIN_OFF is a 'magic' number that turns the output OFF when setOnOff(PIN_ON) called. More... | |
|
extern |
PIN_OFF is a 'magic' number that turns the output OFF when setOnOff(PIN_ON) called.
|
extern |
Flashes the io_pin.
PIN_ON is a 'magic' number that turns the output ON when setOnOff(PIN_ON) called