/** * \file b_drv_icm42688p.h * \version v0.0.1 * \date 2023-11-01 * \author miniminiminini (405553848@qq.com) * \brief * * Copyright (c) 2023 by miniminiminini. All Rights Reserved. */ #ifndef __B_DRV_ICM42688P_H__ #define __B_DRV_ICM42688P_H__ #ifdef __cplusplus extern "C" { #endif /* Includes ----------------------------------------------*/ #include "drivers/inc/b_driver.h" /** * \defgroup ICM42688P_Exported_TypesDefinitions * \{ */ typedef bHalI2CIf_t bICM42688P_HalIf_t; /** * } */ /** * \defgroup ICM42688P_Exported_Defines * \{ */ /** * } */ /** * \defgroup ICM42688P_Exported_Macros * \{ */ /** * } */ /** * \defgroup ICM42688P_Exported_Functions * \{ */ /** * } */ /** * } */ /** * } */ /** * } */ #ifdef __cplusplus } #endif #endif /* __B_DRV_ICM42688P_H__ */ /***** Copyright (c) 2023 miniminiminini *****END OF FILE*****/