1#ifndef SENSESP_SENSORS_DIGITAL_OUTPUT_H
2#define SENSESP_SENSORS_DIGITAL_OUTPUT_H
4#include <ArduinoJson.h>
20 void set(
const bool& new_value)
override;
Sets a GPIO pin to whatever the input is (true = HIGH, false = LOW), and passes the value on to the n...
void set(const bool &new_value) override