add info message

This commit is contained in:
Philipp Kramer 2023-01-12 12:25:14 +01:00
parent 9f33789202
commit 2fcf6f7b73

View file

@ -38,6 +38,12 @@ void setup() {
void draw() {
clear();
textSize(30);
textAlign(LEFT);
text("Press R to start recording.\nPress S to stop recording.",20,height-70);
int valRange=1024; //maximum value for bargraph scale
String[] list=readSerial();
@ -71,9 +77,6 @@ void draw() {
}
}
}