Update 'Teensy4.1_Datalogger new.ino'

This commit is contained in:
Julian Graf 2022-09-01 08:10:06 +00:00
parent 18ff270ecc
commit eb10cb88eb

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];