X-Git-Url: https://git.kernelconcepts.de/?p=metawatch.git;a=blobdiff_plain;f=metawatch_protocol.h;fp=metawatch_protocol.h;h=c08b6019653ef3959607cfb8853ead9d28e3a8cd;hp=cae11c95d3d5384397bae192d95b0db8947345e8;hb=0d6cba45309388fdbe71a25739445f85ac44622b;hpb=5c3d6461a1e52a6741efe989f8f1170edd6111a5 diff --git a/metawatch_protocol.h b/metawatch_protocol.h index cae11c9..c08b601 100644 --- a/metawatch_protocol.h +++ b/metawatch_protocol.h @@ -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