diff options
| author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-04-01 18:23:35 +0000 |
|---|---|---|
| committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-04-01 18:23:35 +0000 |
| commit | 573b5e875bd8431963fc3a40885020f7e3310640 (patch) | |
| tree | 5f00d47a5840d93863b1c0e012726ef49ec9d0d7 /testhal/STM32/I2C/i2c_pns.h | |
| parent | 7a694b4402e8d47ef0fdc651492ee09084ebcad0 (diff) | |
| download | ChibiOS-573b5e875bd8431963fc3a40885020f7e3310640.tar.gz ChibiOS-573b5e875bd8431963fc3a40885020f7e3310640.tar.bz2 ChibiOS-573b5e875bd8431963fc3a40885020f7e3310640.zip | |
I2C. Usage example added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@2864 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/I2C/i2c_pns.h')
| -rw-r--r-- | testhal/STM32/I2C/i2c_pns.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testhal/STM32/I2C/i2c_pns.h b/testhal/STM32/I2C/i2c_pns.h new file mode 100644 index 000000000..4dfdf320e --- /dev/null +++ b/testhal/STM32/I2C/i2c_pns.h @@ -0,0 +1,8 @@ +#ifndef I2C_PNS_H_
+#define I2C_PNS_H_
+
+
+void I2CInit_pns(void);
+
+
+#endif /* I2C_PNS_H_ */
|
