add LSM9DS1 accelerometer + magnetometer testing and cleanup functions
This commit is contained in:
8
Core/Inc/LSM9DS1.h
Normal file
8
Core/Inc/LSM9DS1.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __LSM9DS1
|
||||
#define __LSM9DS1
|
||||
|
||||
void LSM9DS1_test_accel(void);
|
||||
void LSM9DS1_cleanup_accel(void);
|
||||
void LSM9DS1_test_magnet(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user