Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auralius/noodle
/ clear_input
Function
clear_input
examples/auto-encoder/src/noodle_serial.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
void clear_input() {
18
while (Serial.available()) Serial.read();
19
}
20
21
void print_ready() {
22
Serial.println(F(
"READY"
));
Callers
4
setup
Function · 0.70
loop
Function · 0.70
setup
Function · 0.70
loop
Function · 0.70
Calls
2
available
Method · 0.80
read
Method · 0.80
Tested by
no test coverage detected