mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-03-20 03:42:01 +00:00
working on renaming files
added test.sh
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* http://arcfn.com
|
||||
*/
|
||||
|
||||
#include "IRremote.h"
|
||||
#include <InfraredRemote.h>
|
||||
|
||||
#define POWER 0x7F80
|
||||
#define AIWA_RC_T501
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* http://arcfn.com
|
||||
*/
|
||||
|
||||
#include <IRremote.h>
|
||||
#include <InfraredRemote.h>
|
||||
|
||||
int RECV_PIN = 11;
|
||||
int BUTTON_PIN = 12;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* http://arcfn.com
|
||||
*/
|
||||
|
||||
#include <IRremote.h>
|
||||
#include <InfraredRemote.h>
|
||||
|
||||
int RECV_PIN = 11;
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* LG added by Darryl Smith (based on the JVC protocol)
|
||||
*/
|
||||
|
||||
#include <IRremote.h>
|
||||
#include <InfraredRemote.h>
|
||||
|
||||
/*
|
||||
* Default is Arduino pin D11.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// Include the IRremote library header
|
||||
//
|
||||
#include <IRremote.h>
|
||||
#include <InfraredRemote.h>
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Tell IRremote which Arduino pin is connected to the IR Receiver (TSOP4838)
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* http://arcfn.com
|
||||
*/
|
||||
|
||||
#include <IRremote.h>
|
||||
#include <InfraredRemote.h>
|
||||
|
||||
int RECV_PIN = 11;
|
||||
int RELAY_PIN = 4;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <IRremote.h>
|
||||
#include <InfraredRemote.h>
|
||||
|
||||
void setup()
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <IRremote.h>
|
||||
#include <InfraredRemote.h>
|
||||
|
||||
IRsend irsend;
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <IRremote.h>
|
||||
#include <InfraredRemote.h>
|
||||
|
||||
IRsend irsend;
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
* the arduino IDE.
|
||||
*/
|
||||
|
||||
#include <IRremote.h>
|
||||
#include <InfraredRemote.h>
|
||||
#include <IRremoteInt.h>
|
||||
|
||||
// Dumps out the decode_results structure.
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
* http://arcfn.com
|
||||
*/
|
||||
|
||||
#include <IRremote.h>
|
||||
#include <InfraredRemote.h>
|
||||
|
||||
int RECV_PIN = 11;
|
||||
int LED_PIN = 3;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* http://arcfn.com
|
||||
* JVC and Panasonic protocol added by Kristian Lauszus (Thanks to zenwheel and other people at the original blog post)
|
||||
*/
|
||||
#include <IRremote.h>
|
||||
#include <InfraredRemote.h>
|
||||
|
||||
#define PanasonicAddress 0x4004 // Panasonic address (Pre data)
|
||||
#define PanasonicPower 0x100BCBD // Panasonic Power button
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <IRremote.h>
|
||||
#include <InfraredRemote.h>
|
||||
#include <Wire.h>
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Copyright (c) 2016 Philipp Henkel
|
||||
*/
|
||||
|
||||
#include <IRremote.h>
|
||||
#include <InfraredRemote.h>
|
||||
#include <IRremoteInt.h>
|
||||
|
||||
IRsend irsend;
|
||||
|
||||
Reference in New Issue
Block a user