Add CRC16 with reverse bit order
This commit is contained in:
parent
5c3d6461a1
commit
0d6cba4530
5 changed files with 450 additions and 4 deletions
|
@ -15,6 +15,11 @@
|
|||
#define MW_GET_REAL_TIME_CLOCK 0x27
|
||||
#define MW_GET_REAL_TIME_CLOCK_RSP 0x28
|
||||
|
||||
#define MW_RTC_CLOCK_12HR 0x00
|
||||
#define MW_RTC_CLOCK_24HR 0x01
|
||||
#define MW_RTC_DATE_MMDD 0x00
|
||||
#define MW_RTC_DATE_DDMM 0x01
|
||||
|
||||
#define MW_RESERVED 0x32
|
||||
#define MW_STATUS_CHANGE_EVENT 0x33
|
||||
#define MW_BUTTON_EVENT_MESSAGE 0x34
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue