Hey my problem is to change this in my Arduino sketch via the keyboard Input!
float seaLevelPressure = 1026.70; //edit to SLP for your location wanna also use for genie Input via Keyboard? //
i know i have to use the event handler , but im stuck here.
I have created a keyboard input 0-9 and a string Object
float seaLevelPressure = 1026.70; //edit to SLP for your location wanna also use for genie Input via Keyboard? //
i know i have to use the event handler , but im stuck here.

I have created a keyboard input 0-9 and a string Object
Comment