]> git.karo-electronics.de Git - metawatch.git/blobdiff - metawatch_protocol.h
Add CRC16 with reverse bit order
[metawatch.git] / metawatch_protocol.h
index cae11c95d3d5384397bae192d95b0db8947345e8..c08b6019653ef3959607cfb8853ead9d28e3a8cd 100644 (file)
 #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