diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-02-02 21:01:22 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-02-02 21:01:22 +0000 |
commit | 30ba99b968c94b96fd5e9c88bd52a9f5e70cc2e0 (patch) | |
tree | e04ed90265e5e185169a7fbf4967bc446d5f5e29 /os/hal/include/i2c.h | |
parent | 25d42f8b9061f28f553e42afd0d7835a47bbb9c3 (diff) | |
download | ChibiOS-30ba99b968c94b96fd5e9c88bd52a9f5e70cc2e0.tar.gz ChibiOS-30ba99b968c94b96fd5e9c88bd52a9f5e70cc2e0.tar.bz2 ChibiOS-30ba99b968c94b96fd5e9c88bd52a9f5e70cc2e0.zip |
I2C. Nop.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2701 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/i2c.h')
-rw-r--r-- | os/hal/include/i2c.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/include/i2c.h b/os/hal/include/i2c.h index 66019ccbf..64816186b 100644 --- a/os/hal/include/i2c.h +++ b/os/hal/include/i2c.h @@ -124,6 +124,8 @@ extern "C" { void i2cMasterTransmit(I2CDriver *i2cp, I2CSlaveConfig *i2cscfg);
void i2cMasterReceive(I2CDriver *i2cp, I2CSlaveConfig *i2cscfg);
+
+
void i2cMasterStartI(I2CDriver *i2cp,uint16_t header);
void i2cMasterStopI(I2CDriver *i2cp);
void i2cMasterRestartI(I2CDriver *i2cp);
|