From 12b522b967ff0ec8b6075955907f91ee72f62877 Mon Sep 17 00:00:00 2001 From: Fabiano Riccardi Date: Wed, 22 Nov 2023 22:40:57 +0100 Subject: [PATCH] typo --- src/thyristor.cpp | 1 + 1 file changed, 1 insertion(+) 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);