fixed examples for 0.1.4
This commit is contained in:
@@ -22,15 +22,15 @@ extern "C"
|
||||
#define MIN_TAG_LENGTH_TYPE_1 4
|
||||
#define MIN_TAG_LENGTH_TYPE_2 6
|
||||
|
||||
INT8 apply_power(remote_ac_status_t ac_status, UINT8 function_code);
|
||||
INT8 apply_power(t_remote_ac_status ac_status, UINT8 function_code);
|
||||
|
||||
INT8 apply_mode(remote_ac_status_t ac_status, UINT8 function_code);
|
||||
INT8 apply_mode(t_remote_ac_status ac_status, UINT8 function_code);
|
||||
|
||||
INT8 apply_wind_speed(remote_ac_status_t ac_status, UINT8 function_code);
|
||||
INT8 apply_wind_speed(t_remote_ac_status ac_status, UINT8 function_code);
|
||||
|
||||
INT8 apply_swing(remote_ac_status_t ac_status, UINT8 function_code);
|
||||
INT8 apply_swing(t_remote_ac_status ac_status, UINT8 function_code);
|
||||
|
||||
INT8 apply_temperature(remote_ac_status_t ac_status, UINT8 function_code);
|
||||
INT8 apply_temperature(t_remote_ac_status ac_status, UINT8 function_code);
|
||||
|
||||
INT8 apply_function(struct ac_protocol *protocol, UINT8 function);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user