change IR pin

This commit is contained in:
Siwat Sirichai 2023-11-12 18:46:41 +07:00
parent 02bb48232b
commit b888631a62
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
// Infrared Transciever // Infrared Transciever
#define IR_RECIEVE_PIN 35 #define IR_RECIEVE_PIN 35
#define IR_SEND_PIN 17 #define IR_SEND_PIN 5
#define MARK_EXCESS_MICROS 20 #define MARK_EXCESS_MICROS 20
#define RAW_BUFFER_LENGTH 750 #define RAW_BUFFER_LENGTH 750
#define AC_MAX_TEMPERATURE 30 #define AC_MAX_TEMPERATURE 30