Commit b912c9e4 authored by Eric Duminil's avatar Eric Duminil
Browse files

Doc

parent 39fe4d11
Pipeline #2823 passed with stage
in 2 minutes and 49 seconds
......@@ -77,7 +77,10 @@ namespace sensor_commands {
return code;
}
// http://www.gammon.com.au/serial
/*
* Saves bytes from Serial.read() until enter is pressed, and tries to run the corresponding command.
* http://www.gammon.com.au/serial
*/
void processIncomingByte(const byte input_byte) {
static char input_line[MAX_COMMAND_SIZE];
static unsigned int input_pos = 0;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment