move ir function
This commit is contained in:
parent
10b55e5aa5
commit
6ffed79f95
2 changed files with 9 additions and 11 deletions
|
@ -49,12 +49,6 @@ const int PWM_CYCLE_VALUES[PWM_CYCLE_VALUES_COUNT] = {50, 125, 255};
|
|||
char PWM_SET_STATE_TOPIC[70];
|
||||
char PWM_SET_VALUE_TOPIC[70];
|
||||
|
||||
// Infrared Transciever
|
||||
#define IR_RECIEVE_PIN 35
|
||||
#define IR_SEND_PIN 17
|
||||
#define MARK_EXCESS_MICROS 20
|
||||
#define RAW_BUFFER_LENGTH 750
|
||||
|
||||
// LCD
|
||||
int lcd_current_page = 1;
|
||||
int lcd_pwmAdj_id = 0;
|
||||
|
@ -69,8 +63,6 @@ Fan Speed 0: Auto, 1: High, 2: Mid, 3: Low
|
|||
uint8_t ac_mode = 0;
|
||||
uint8_t ac_fan_speed = 0;
|
||||
uint8_t ac_temperature = 25;
|
||||
#define AC_MAX_TEMPERATURE 30
|
||||
#define AC_MIN_TEMPERATURE 18
|
||||
char AC_SET_MODE_TOPIC[75];
|
||||
char AC_SET_FAN_TOPIC[75];
|
||||
char AC_SET_TEMPERATURE_TOPIC[75];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue