⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pca_9555.h

📁 别人的C51菜单程序
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -