IMU_DUAL/TDK/user_iam20680.h
2022-12-12 15:05:54 +08:00

21 lines
331 B
C

/*
* user_iam20680.h
*
* Created on: Dec 7, 2022
* Author: FizeC
*/
#ifndef USER_IAM20680_H_
#define USER_IAM20680_H_
#include <string.h>
#include <stdio.h>
#include "rtklib.h"
#include "iam20680.h"
#include "stm32f1xx_hal.h"
void user_dev_init1();
extern struct iam20680_dev spi2_dev;
#endif /* USER_IAM20680_H_ */