update 2017-12-24
1. removed arduino example 2. added CC254X example
This commit is contained in:
@@ -138,14 +138,11 @@ INT8 parse_common_ac_parameter(t_tag_head *tag, t_tag_comp *comp_data, UINT8 wit
|
||||
|
||||
INT8 parse_default_code(struct tag_head *tag, t_ac_hex *default_code)
|
||||
{
|
||||
UINT16 byteLen = 0;
|
||||
|
||||
if (NULL == tag)
|
||||
{
|
||||
return IR_DECODE_FAILED;
|
||||
}
|
||||
|
||||
byteLen = tag->len >> 1;
|
||||
string_to_hex(tag->p_data, default_code);
|
||||
|
||||
return IR_DECODE_SUCCEEDED;
|
||||
|
||||
Reference in New Issue
Block a user