platform for developing on SQFMI's Watchy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
340 B

#ifndef _WATCHOS_CONSTS_h
#define _WATCHOS_CONSTS_h
// If defined, enable debugging output.
#define WATCHOS_DEBUG
#define WATCHOS_WK_TEST 0x00000001
#define WATCHOS_HANDLE_NULL 0x00000000
#define WATCHOS_HANDLE_TYPE_TASK 0x01
#define WATCHOS_HANDLE_TYPE_EVENT 0x02
#define WATCHOS_HANDLE_TYPE_EVENT_SUBSCRIPTION 0x03
#endif