![]() |
CI13LC SDK API手册
2.1.1
本手册用于描述CI13LC SDK各个组件和驱动API
|
CI13LC芯片IIC通讯协议程序 更多...
#include "FreeRTOS.h"#include "task.h"#include "semphr.h"#include <stdbool.h>#include <stddef.h>#include <string.h>#include "i2c_protocol_module.h"#include "ci_iic.h"#include "system_msg_deal.h"#include "command_info.h"#include "prompt_player.h"#include "ci_log.h"#include "sdk_default_config.h"#include "romlib_api.h"CI13LC芯片IIC通讯协议程序
1.8.14