Browse Source

Update 'Teensy4.1_Datalogger new.ino'

master
Julian Graf 1 year ago
parent
commit
eb10cb88eb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Teensy4.1_Datalogger new.ino

+ 1
- 1
Teensy4.1_Datalogger new.ino View File

@@ -161,7 +161,7 @@ private:
int saved_minutes = 0;
float wind_speed_per_second[60];

Bounce reed_contact;
Bounce reed_contact = Bounce(2, 10);

calculations values[60];


Loading…
Cancel
Save