working on restructuring and renaming. Change IRremote.h to AIRremote.h

If there are other ideas for a better name then we can use that, A =
Arduino in case it wasnt obvious.
This commit is contained in:
Rafi Khan
2016-12-11 20:28:43 -06:00
parent 7c14514beb
commit 13ac290b3b
36 changed files with 40 additions and 40 deletions

View File

@@ -17,7 +17,7 @@
void mark (int t) { printf("+%d," , t); }
void space (int t) { printf("-%d, ", t); }
#else
# include "IRremote.h"
# include "AIRremote.h"
#endif // TEST
//+=============================================================================