mirror of
https://github.com/peter-tanner/neptunium-firmware.git
synced 2024-11-30 12:00:19 +08:00
12 lines
209 B
C
12 lines
209 B
C
|
|
#ifndef __LSM6DSO_H
|
|
#define __LSM6DSO_H
|
|
|
|
#include "lsm6dsox_reg.h"
|
|
#include "utils.h"
|
|
#include "main.h"
|
|
|
|
void lsm6dsox_read_data_drdy_handler(void);
|
|
void lsm6dsox_read_data_drdy_init(void);
|
|
|
|
#endif |