добавила пин для платы старт
This commit is contained in:
parent
69b8472427
commit
ef09957047
@ -53,7 +53,7 @@
|
||||
#define STR(x) STR_HELPER(x)
|
||||
#endif
|
||||
|
||||
#define IR_SEND_PIN 3
|
||||
#define IR_SEND_PIN 3 // P0_0
|
||||
|
||||
#include <IRremote.hpp>
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
*/
|
||||
#include <Arduino.h>
|
||||
|
||||
#define IR_SEND_PIN 3
|
||||
#define IR_SEND_PIN 3 // P0_0
|
||||
|
||||
/*
|
||||
* 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 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
|
||||
*/
|
||||
|
||||
@ -13,10 +13,10 @@
|
||||
*/
|
||||
#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 IR_SEND_PIN 5
|
||||
#define IR_SEND_PIN 3 // P0_0
|
||||
|
||||
#include <IRremote.hpp> // include the library
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
*/
|
||||
#include <Arduino.h>
|
||||
|
||||
#define IR_SEND_PIN 3
|
||||
#define IR_SEND_PIN 3 // P0_0
|
||||
|
||||
|
||||
#include "TinyIRSender.hpp"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user