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