Correct reading values from magnetometer and apply z axis flip properly
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
parent
682e7edb20
commit
d41415b485
7 changed files with 31 additions and 8 deletions
|
@ -108,6 +108,8 @@ typedef struct device4_t device4_type;
|
|||
|
||||
device4_type* device4_open(device4_event_callback callback);
|
||||
|
||||
void device4_clear(device4_type* device);
|
||||
|
||||
int device4_read(device4_type* device, int timeout);
|
||||
|
||||
void device4_close(device4_type* device);
|
||||
|
|
Reference in a new issue