Skip to content
Snippets Groups Projects
Commit 551186c9 authored by Jakob's avatar Jakob
Browse files

reserve api id block for max86150

parent 51c6d605
Branches
Tags
1 merge request!232reserve api id block for max86150
......@@ -124,6 +124,10 @@ typedef _Bool bool;
#define API_BHI160_DISABLE 0xe1
#define API_BHI160_DISABLE_ALL 0xe2
#define API_MAX86150_INIT 0xf0
#define API_MAX86150_GET_DATA 0xf1
#define API_MAX86150_SET_LED_AMPLITUDE 0xf2
/* clang-format on */
typedef uint32_t api_int_id_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment