diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-02 09:33:11 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-02 09:33:11 +0000 |
commit | 8ada44e092e20e825b78c3d25ee016861cf886a9 (patch) | |
tree | e013e80e54c989b0fea0688f57e8aea448de207c /docs | |
parent | e20aaf6c29fc5ca91e059bbca8194c8ad7c516b9 (diff) | |
download | ChibiOS-8ada44e092e20e825b78c3d25ee016861cf886a9.tar.gz ChibiOS-8ada44e092e20e825b78c3d25ee016861cf886a9.tar.bz2 ChibiOS-8ada44e092e20e825b78c3d25ee016861cf886a9.zip |
Modified the STM32 demo to use the new I/O port driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1010 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/main.dox | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox index 6eda34beb..fee2af8e5 100644 --- a/docs/src/main.dox +++ b/docs/src/main.dox @@ -401,6 +401,11 @@ * <h3>Reading or writing on pins associated to other functionalities</h3>
* The behavior is not specified.
*
+ * <h2>Usage</h2>
+ * The use of I/O ports requires the inclusion of the header file @p ioports.h,
+ * this file is not automatically included @o ch.h like the other header
+ * files.
+ *
* @ingroup IO
*/
|