MistyGro API
C++ API for MistyGro's ESP32 controller based on the Arduino framework
Classes | Enumerations
relay.h File Reference
#include <Arduino.h>
Include dependency graph for relay.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Relay
 Abstract relay class. More...
 
class  RelayAH
 Active high relay. More...
 
class  RelayAL
 

Enumerations

enum class  Switch : bool { ON = HIGH , OFF = LOW }
 

Enumeration Type Documentation

◆ Switch

enum Switch : bool
strong
Enumerator
ON 
OFF 

Definition at line 22 of file relay.h.