#include "Output.h" #include Output::Output(uint8_t pin, uint8_t idx, uint8_t slotIdx1, uint8_t slotIdx2) { this->pin = pin; this->idx = idx; state = 0; isEnabled = false; } void Output::turnOn() {} void Output::turnOff() {}