#ifndef __MCP4018_H__ #define __MCP4018_H__ #ifdef __cplusplus extern "C" { #endif /* Includes ----------------------------------------------*/ #include "drivers/inc/b_driver.h" /** * \defgroup MCP4018_Exported_Defines * \{ */ #define MCP4018_DEFAULT_LEVEL 0 /** * } */ /** * \defgroup MCP4018_Exported_TypesDefinitions * \{ */ typedef bHalI2CIf_t bMCP4018_HalIf_t; /** * } */ /** * \defgroup MCP4018_Exported_Macros * \{ */ /** * } */ /** * \defgroup MCP4018_Exported_Functions * \{ */ /** * } */ /** * } */ /** * } */ /** * } */ #ifdef __cplusplus } #endif #endif /* __MCP4018_H__ */ /***** Copyright (c) 2024 miniminiminini *****END OF FILE*****/