generated from Template/H563ZI-HAL-CMake-Template
9 lines
148 B
C
9 lines
148 B
C
#ifndef __IMU948_H__
|
|
#define __IMU948_H__
|
|
|
|
#include "headfile.h"
|
|
|
|
void imu_angle_ble_task_entry(ULONG thread_input);
|
|
void imu600_init(void);
|
|
|
|
#endif |