Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianoriccardi committed Nov 22, 2023
1 parent 2ccea48 commit 12b522b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/thyristor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ void Thyristor::setDelay(uint16_t newDelay) {
void Thyristor::turnOn() {
setDelay(semiPeriodLength);
}

void Thyristor::begin() {
pinMode(syncPin, syncPullup ? INPUT_PULLUP : INPUT);

Expand Down

0 comments on commit 12b522b

Please sign in to comment.