Skip to content
Snippets Groups Projects
Commit 56f89f34 authored by Orhan-Timo Altan's avatar Orhan-Timo Altan
Browse files

.

parent 23744de1
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,9 @@ void setup(){ ...@@ -11,7 +11,9 @@ void setup(){
void loop(){ void loop(){
command = ir_sensor.recieve_command(); command = ir_sensor.recieve_command();
if (command != 0){
Serial.println(command); Serial.println(command);
} }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment