1
0
This commit is contained in:
2025-10-10 02:20:31 +02:00
commit 85e60bcc39
2415 changed files with 1764407 additions and 0 deletions

10
P6_SETR1/Core/Inc/LSM6DSL.h Executable file
View File

@@ -0,0 +1,10 @@
#ifndef INC_LSM6DSL_H_
#define INC_LSM6DSL_H_
#include "stm32l4xx_hal_conf.h"
#include <stdint.h>
void LSM6DSL_Init(void);
int16_t LSM6DSL_ReadAccel(uint8_t axis);
#endif