remove typo

main
Paul Warren 3 years ago
parent 99c0c46212
commit 29b2f431cd

@ -15,7 +15,7 @@ void setup() {
attachInterrupt(digitalPinToInterrupt(CLOCK), onClock, RISING);
Serial.begin(115200);sx
Serial.begin(115200);
}
void onClock() {

Loading…
Cancel
Save