add LSM9DS1 accelerometer + magnetometer testing and cleanup functions

This commit is contained in:
2025-03-13 21:27:22 +02:00
parent 8878d1fd10
commit 01d4b75921
5 changed files with 151 additions and 3 deletions

8
Core/Inc/LSM9DS1.h Normal file
View 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