добавила пин для платы старт

This commit is contained in:
KLASSENTS 2025-01-24 15:59:07 +07:00
parent 69b8472427
commit ef09957047
5 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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

View File

@ -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
*/

View File

@ -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

View File

@ -46,7 +46,7 @@
*/
#include <Arduino.h>
#define IR_SEND_PIN 3
#define IR_SEND_PIN 3 // P0_0
#include "TinyIRSender.hpp"