Skip to content
Snippets Groups Projects
Commit 2ab954cd authored by Mier Munoz, Gonzalo's avatar Mier Munoz, Gonzalo :robot:
Browse files

Update awesome_lib.h

parent 92c8f120
No related branches found
No related tags found
No related merge requests found
#ifndef AWESOME_LIB_H
#define AWESOME_LIB_H
......@@ -699,4 +698,9 @@ void memes(int a=0) {
}
// wait until the serial monitor receives something
void wait_for_serial_input() {
while(Serial.available() == 0) {}
}
#endif // AWESOME_LIB_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment