Skip to content
Snippets Groups Projects
Commit 188ad682 authored by selina_maria.wassermann1's avatar selina_maria.wassermann1
Browse files

Delete resume-function

parent cf9dd41a
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,6 @@ void loop(){ ...@@ -14,7 +14,6 @@ void loop(){
if (command != 0){ if (command != 0){
Serial.println(command); Serial.println(command);
} }
//ir_sensor.resume();
} }
...@@ -57,10 +57,6 @@ public: ...@@ -57,10 +57,6 @@ public:
return ir_command; return ir_command;
}; };
void resume()
{
ir_receiver.resume();
};
private: private:
IRrecv ir_receiver; IRrecv ir_receiver;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment