diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:32:00 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:32:00 -0500 |
commit | 428e1cde1fb3aa00734742b0491dd3a616c71c61 (patch) | |
tree | 9e147cc8432002a6731cacd2e3b0fbcb98c59158 /i2c.h | |
parent | adfaeca9df5d4a9402a734aa62c6d855ac7e4a4a (diff) |
Added I2C read/write support, on cape bus for now
Diffstat (limited to 'i2c.h')
-rw-r--r-- | i2c.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +int I2C_Write(int address, int value); +int I2C_Read(int address); |