добавила пин для платы старт
This commit is contained in:
parent
bb55e5a304
commit
efac9cf87a
@ -53,7 +53,7 @@
|
|||||||
#define STR(x) STR_HELPER(x)
|
#define STR(x) STR_HELPER(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define IR_SEND_PIN 3
|
#define IR_SEND_PIN 3 // P0_0
|
||||||
|
|
||||||
#include <IRremote.hpp>
|
#include <IRremote.hpp>
|
||||||
|
|
||||||
|
|||||||
@ -32,7 +32,7 @@
|
|||||||
*/
|
*/
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
#define IR_SEND_PIN 3
|
#define IR_SEND_PIN 3 // P0_0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Helper macro for getting a macro definition as string
|
* Helper macro for getting a macro definition as string
|
||||||
|
|||||||
@ -41,7 +41,7 @@
|
|||||||
//#define USE_NO_SEND_PWM // Use no carrier PWM, just simulate an active low receiver signal. Overrides SEND_PWM_BY_TIMER definition
|
//#define USE_NO_SEND_PWM // Use no carrier PWM, just simulate an active low receiver signal. Overrides SEND_PWM_BY_TIMER definition
|
||||||
//#define NO_LED_FEEDBACK_CODE // Saves 566 bytes program memory
|
//#define NO_LED_FEEDBACK_CODE // Saves 566 bytes program memory
|
||||||
|
|
||||||
#define IR_SEND_PIN 3
|
#define IR_SEND_PIN 3 // P0_0
|
||||||
/*
|
/*
|
||||||
* Helper macro for getting a macro definition as string
|
* Helper macro for getting a macro definition as string
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -13,10 +13,10 @@
|
|||||||
*/
|
*/
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
#define SEND_PWM_BY_TIMER // Disable carrier PWM generation in software and use (restricted) hardware PWM.
|
//#define SEND_PWM_BY_TIMER // Disable carrier PWM generation in software and use (restricted) hardware PWM.
|
||||||
//#define USE_NO_SEND_PWM // Use no carrier PWM, just simulate an active low receiver signal. Overrides SEND_PWM_BY_TIMER definition
|
//#define USE_NO_SEND_PWM // Use no carrier PWM, just simulate an active low receiver signal. Overrides SEND_PWM_BY_TIMER definition
|
||||||
|
|
||||||
#define IR_SEND_PIN 5
|
#define IR_SEND_PIN 3 // P0_0
|
||||||
|
|
||||||
#include <IRremote.hpp> // include the library
|
#include <IRremote.hpp> // include the library
|
||||||
|
|
||||||
|
|||||||
@ -46,7 +46,7 @@
|
|||||||
*/
|
*/
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
#define IR_SEND_PIN 3
|
#define IR_SEND_PIN 3 // P0_0
|
||||||
|
|
||||||
|
|
||||||
#include "TinyIRSender.hpp"
|
#include "TinyIRSender.hpp"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user