SafeString  4.1.27
SafeString is a safe, robust and debuggable replacement for string processing in Arduino
PinFlasher.h File Reference
#include <Arduino.h>
#include "millisDelay.h"

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...
 

Variable Documentation

◆ PIN_OFF

const int PIN_OFF
extern

PIN_OFF is a 'magic' number that turns the output OFF when setOnOff(PIN_ON) called.

◆ PIN_ON

const int PIN_ON
extern

Flashes the io_pin.

PIN_ON is a 'magic' number that turns the output ON when setOnOff(PIN_ON) called