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

@@ -11,7 +11,7 @@
*/
#include <IRremote.h>
#include <AIRremote.h>
void setup()
{
@@ -224,7 +224,7 @@ void dumpFooter() {
Serial.println(F("Notes: "));
Serial.println(F(" - Most of the seetings above can be configured in the following files included as part of the library"));
Serial.println(F(" - IRremteInt.h"));
Serial.println(F(" - IRremote.h"));
Serial.println(F(" - AIRremote.h"));
Serial.println(F(" - You can save SRAM by disabling the Decode or Send features for any protocol (Near the top of IRremoteInt.h)"));
Serial.println(F(" - Some Timer conflicts, with other libraries, can be easily resolved by configuring a differnt Timer for your platform"));
}