aboutsummaryrefslogtreecommitdiffstats
path: root/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'i2c.h')
-rwxr-xr-xi2c.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/i2c.h b/i2c.h
new file mode 100755
index 0000000..33d0a91
--- /dev/null
+++ b/i2c.h
@@ -0,0 +1,7 @@
+void I2C_Master_Init(const unsigned long);
+void I2C_Master_Wait(void);
+void I2C_Master_Start(void);
+void I2C_Master_Repeated_Start(void);
+void I2C_Master_Stop(void);
+void I2C_Master_Write(unsigned);
+unsigned short I2C_Master_Read(unsigned short); \ No newline at end of file