diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2017-09-23 10:42:07 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2017-09-23 10:42:07 +0000 |
commit | 9bc7aac84481cb6811e5dee0f76b827500136cb6 (patch) | |
tree | 9770bca3dd6676312bcdc46abe0eb211b9eaa53e /doc/ex/src | |
parent | c0949745e19dc0012f550e961d36ce0df34ff805 (diff) | |
download | ChibiOS-9bc7aac84481cb6811e5dee0f76b827500136cb6.tar.gz ChibiOS-9bc7aac84481cb6811e5dee0f76b827500136cb6.tar.bz2 ChibiOS-9bc7aac84481cb6811e5dee0f76b827500136cb6.zip |
Aligned documentation of BMP085
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10686 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/ex/src')
-rw-r--r-- | doc/ex/src/main.dox | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ex/src/main.dox b/doc/ex/src/main.dox index fac2d62e7..b32dce1b8 100644 --- a/doc/ex/src/main.dox +++ b/doc/ex/src/main.dox @@ -21,6 +21,7 @@ * @mainpage Introduction
* @author Giovanni Di Sirio (gdisirio@users.sourceforge.net).
* @author Rocco Marco Guglielmi (guglielmir@playembedded.org).
+ * @author Theodore Ateba (tf.ateba@gmail.com).
*
* <h2>Features</h2>
* - EXternal devices (EX) supporting numerous devices external to the MCU
@@ -39,4 +40,6 @@ * - @b LSM303DLHC: Ultra compact high performance e-compass;
* - Currently Micron Technology supported devices are:
* - @b M25Q: Serial NOR Flash;
+ * - Currently Bosch supported devices are:
+ * - @b BMP085: Digital pressure sensor;
*/
|