This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
struct | _I2C_bin_datas |
I2C digital datastructure. More... | |
Defines | |
#define | MAXI2CMESSLENGTH 8 |
Functions | |
unsigned char | I2C_ReadBinIn (int chip) |
read the binary input on a PCF8574(A) device. More... | |
int | I2C_WriteBinOut (int chip, unsigned char value) |
int | I2C_init_digital () |
initializes all PCF8574 devices in the system. More... | |
Variables | |
_I2C_bin_datas | _I2C_bin_data [32] |
keeps the internal data for all PCF8574(A) bin i/o devices. More... | |
unsigned char | _I2C_digital_mbuf [MAXI2CMESSLENGTH] |
i2cmess | _I2C_digital_m |
int | _I2C_binnum |
Definition in file digital.h.
|
|
|
|
|
|
|
|
|
|