We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db12ed commit b402d61Copy full SHA for b402d61
1 file changed
src/SimRacing.cpp
@@ -1159,7 +1159,7 @@ uint16_t LogitechShifterG27::readShiftRegisters() {
1159
digitalWrite(this->pinLatch, HIGH);
1160
delayMicroseconds(12);
1161
1162
- // clock is pullsed from LOW to HIGH on every bit,
+ // clock is pulsed from LOW to HIGH on every bit,
1163
// and then left to idle low
1164
for (int i = 0; i < 16; ++i) {
1165
digitalWrite(this->pinClock, LOW);
0 commit comments