This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <IRremote.hpp> | |
#define FORWARD 24 | |
#define BACKWARD 82 | |
#define LEFTWARD 8 | |
#define RIGHTWARD 90 | |
#define START 71 | |
#define STOP 69 |