1
0
This repository has been archived on 2025-11-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
setr1-monorepo/P4_SETR1/Core/Inc/LSM6DSL.h
2025-10-10 02:20:31 +02:00

11 lines
174 B
C
Executable File

#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