diff --git a/src/thyristor.cpp b/src/thyristor.cpp index 3c6496e..ff950ff 100644 --- a/src/thyristor.cpp +++ b/src/thyristor.cpp @@ -609,6 +609,7 @@ void Thyristor::setDelay(uint16_t newDelay) { void Thyristor::turnOn() { setDelay(semiPeriodLength); } + void Thyristor::begin() { pinMode(syncPin, syncPullup ? INPUT_PULLUP : INPUT);