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

.

parent e3bf41a7
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,6 @@
* ****************************************** */
#include <IRremote.h>
const int IR_PIN = 46;
IRrecv ir_reciver(IR_PIN);
decode_results results;
......@@ -54,6 +53,7 @@ public:
private:
int ir_command;
};
#endif
\ No newline at end of file
#define IR_PIN 46
#include "BITsIRReciver.h"
BitsIrReciver ir_sensor;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment