diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-28 15:32:56 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-28 15:32:56 +0000 |
commit | ff676aee33d4061e9d8186a15ad72c78fa1466a0 (patch) | |
tree | 46f1c511db8f2bccf4d9e12dcafe59726b038811 /os/hal/dox/i2c.dox | |
parent | 6e6c6944fb7f82c837c34d6ab3be6bb3ba1a97f3 (diff) | |
download | ChibiOS-ff676aee33d4061e9d8186a15ad72c78fa1466a0.tar.gz ChibiOS-ff676aee33d4061e9d8186a15ad72c78fa1466a0.tar.bz2 ChibiOS-ff676aee33d4061e9d8186a15ad72c78fa1466a0.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2848 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/dox/i2c.dox')
-rw-r--r-- | os/hal/dox/i2c.dox | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/os/hal/dox/i2c.dox b/os/hal/dox/i2c.dox index 391fbb62e..1ffd2da47 100644 --- a/os/hal/dox/i2c.dox +++ b/os/hal/dox/i2c.dox @@ -20,8 +20,9 @@ /**
* @defgroup I2C I2C Driver
- * @brief Generic I2C Driver.
- * @details This module implements a generic I2C driver.
+ * @brief Generic I2C Driver.
+ * @details This module implements a generic I2C (Inter-Integrated Circuit)
+ * driver.
* @pre In order to use the I2C driver the @p HAL_USE_I2C option
* must be enabled in @p halconf.h.
*
|