i2c_avr.h
来自「DC Power 基于Mega8数控电源」· C头文件 代码 · 共 12 行
H
12 行
#ifndef I2C_AVR_H#define I2C_AVR_H#define MAX_BUF_LEN 31// the functions which you will normally use are:void i2c_init(uint8_t devadr, uint8_t gencall,uint8_t pullup);uint8_t i2c_get_received_data(char *i2c_outbuf);uint8_t i2c_send_data(char *i2c_data);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?