working on renaming files

This commit is contained in:
Rafi Khan
2017-04-22 23:25:11 -06:00
parent f1eac2e094
commit 55c08a7d35
26 changed files with 61 additions and 60 deletions

View File

@@ -6,7 +6,7 @@
* http://arcfn.com
*/
#include "IRremote.h"
#include "InfraredRemote.h"
#define POWER 0x7F80
#define AIWA_RC_T501

View File

@@ -6,7 +6,7 @@
* http://arcfn.com
*/
#include <IRremote.h>
#include <InfraredRemote.h>
int RECV_PIN = 11;

View File

@@ -20,8 +20,8 @@
// Defining IR_GLOBAL here allows us to declare the instantiation of global variables
#define IR_GLOBAL
# include "IRremote.h"
# include "IRremoteInt.h"
# include "InfraredRemote.h"
# include "lib/InfraredRemoteInt.h"
#undef IR_GLOBAL
#ifndef IR_TIMER_USE_ESP32

View File

@@ -21,7 +21,7 @@
//------------------------------------------------------------------------------
// The ISR header contains several useful macros the user may wish to use
//
#include "IRremoteInt.h"
#include "lib/InfraredRemoteInt.h"
//------------------------------------------------------------------------------
// Supported IR protocols

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 "InfraredRemote.h"
#endif // TEST
//+=============================================================================
@@ -238,7 +238,7 @@ int main ( )
#include <stdio.h>
#define IRPRONTO
#include "IRremoteInt.h" // The Arduino IRremote library defines USECPERTICK
#include "lib/InfraredRemoteInt.h" // The Arduino IRremote library defines USECPERTICK
//------------------------------------------------------------------------------
// Source: https://www.google.co.uk/search?q=DENON+MASTER+IR+Hex+Command+Sheet

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
#ifdef IR_TIMER_USE_ESP32
hw_timer_t *timer;

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
//+=============================================================================
void IRsend::sendRaw (const unsigned int buf[], unsigned int len, unsigned int hz)

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
//==============================================================================
// AAA IIIII W W AAA

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
// Reverse Engineered by looking at RAW dumps generated by IRremote

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
//==============================================================================
// DDDD IIIII SSSS H H

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
//==============================================================================
// JJJJJ V V CCCC

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
//==============================================================================
// L GGGG

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
#include "ir_Lego_PF_BitStreamEncoder.h"
//==============================================================================

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
//==============================================================================
// MMMMM IIIII TTTTT SSSS U U BBBB IIIII SSSS H H IIIII

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
//==============================================================================
// N N EEEEE CCCC

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
//==============================================================================
// PPPP AAA N N AAA SSSS OOO N N IIIII CCCC

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
//+=============================================================================
// Gets one undecoded level at a time from the raw buffer.

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
//==============================================================================
// SSSS AAA MMM SSSS U U N N GGGG

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
//==============================================================================
// SSSS AAA N N Y Y OOO

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
//==============================================================================
// SSSS H H AAA RRRR PPPP

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
//==============================================================================
// SSSS OOO N N Y Y

View File

@@ -91,8 +91,8 @@ Regards,
BlueChip
*/
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
//==============================================================================
//

View File

@@ -1,5 +1,5 @@
#include "IRremote.h"
#include "IRremoteInt.h"
#include "InfraredRemote.h"
#include "lib/InfraredRemoteInt.h"
//==============================================================================
// W W H H Y Y N N TTTTT EEEEE RRRRR

1
test.sh Normal file
View File

@@ -0,0 +1 @@
PLATFORMIO_CI_SRC=examples/IRrecvDemo python2 -m platformio ci --lib="." --board=uno