summaryrefslogtreecommitdiff
path: root/i2c.h
diff options
context:
space:
mode:
authorroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 19:32:00 -0500
committerroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 19:32:00 -0500
commit428e1cde1fb3aa00734742b0491dd3a616c71c61 (patch)
tree9e147cc8432002a6731cacd2e3b0fbcb98c59158 /i2c.h
parentadfaeca9df5d4a9402a734aa62c6d855ac7e4a4a (diff)
Added I2C read/write support, on cape bus for now
Diffstat (limited to 'i2c.h')
-rw-r--r--i2c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/i2c.h b/i2c.h
new file mode 100644
index 0000000..5382c4e
--- /dev/null
+++ b/i2c.h
@@ -0,0 +1,2 @@
+int I2C_Write(int address, int value);
+int I2C_Read(int address);