pca_9555.h
来自「别人的C51菜单程序」· C头文件 代码 · 共 19 行
H
19 行
#ifndef _PCA_9555_H_
#define _PCA_9555_H_
#include "common.h"
#define WriteDeviceAddress_9555 0x40
#define ReadDeviceAddress_9555 0x41
#define Commond_input0 0x00
#define Commond_input1 0x01
#define Commond_output0 0x02
#define Commond_output1 0x03
#define Commond_polarity0 0x04
#define Commond_polarity1 0x05
#define Commond_config0 0x06
#define Commond_config1 0x07
extern void readregister(uchar data *) ;
extern void writeconfig(uchar,uchar);
extern void writeoutput(uchar,uchar);
extern void pca9555_init(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?