Skip to content
Snippets Groups Projects
Commit 5b351e65 authored by schneider's avatar schneider
Browse files

Merge branch 'max86150_ids' into 'master'

reserve api id block for max86150

See merge request !232
parents 0f1804d6 696cd8bd
No related branches found
No related tags found
1 merge request!232reserve api id block for max86150
Pipeline #3248 passed
...@@ -127,6 +127,9 @@ typedef _Bool bool; ...@@ -127,6 +127,9 @@ typedef _Bool bool;
#define API_MAX30001_ENABLE 0xf0 #define API_MAX30001_ENABLE 0xf0
#define API_MAX30001_DISABLE 0xf1 #define API_MAX30001_DISABLE 0xf1
#define API_MAX86150_INIT 0x0100
#define API_MAX86150_GET_DATA 0x0101
#define API_MAX86150_SET_LED_AMPLITUDE 0x0102
/* clang-format on */ /* clang-format on */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment