add LIS302DL accelerometer testing function

This commit is contained in:
2025-03-09 21:53:24 +02:00
parent 8112ed27e8
commit 207f9c9ddf
5 changed files with 186 additions and 6 deletions

7
Core/Inc/LIS302DL.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef __LIS302DL
#define __LIS302DL
void LIS302DL_run_test(void);
void LIS302DL_run_test_dynamic(void);
#endif