Fixed typo

This commit is contained in:
Mike Lynch 2024-02-11 14:58:04 +11:00
parent 550e48402f
commit 8bcf6c58b7

View File

@ -48,9 +48,7 @@ void setup() {
ISR(TIMER1_COMPA_vect){
fibo = analogRead(A0);
if( fibo < 3 )
Serial.println(fibo);
fibo = 3 + analogRead(A0);
}