Add CRC16 with reverse bit order

This commit is contained in:
Nils Faerber 2011-07-19 12:31:32 +02:00
parent 5c3d6461a1
commit 0d6cba4530
5 changed files with 450 additions and 4 deletions

View file

@ -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