Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
Revision 2:969fc1867111, committed 2008-09-18
- Comitter:
- simon.ford@mbed.co.uk
- Date:
- Thu Sep 18 14:02:33 2008 +0000
- Parent:
- 1:6b7f447ca868
- Child:
- 3:aefd12a1f1c5
- Commit message:
- Update some autodoc to see the results
Changed in this revision
| DigitalOut.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/DigitalOut.h Wed Apr 30 15:43:24 2008 +0000
+++ b/DigitalOut.h Thu Sep 18 14:02:33 2008 +0000
@@ -17,8 +17,6 @@
public:
- /* Group: Configuration Methods */
-
/* Constructor: DigitalOut
* Create a DigitalOut connected to the specified pin
*
@@ -27,8 +25,6 @@
*/
DigitalOut(int pin);
- /* Group: Access Methods */
-
/* Function: write
* Set the output, specified as 0 or 1 (int)
*
@@ -47,8 +43,6 @@
*/
int read();
- /* Group: Access Method Shorthand */
-
/* Function: operator=
* A shorthand for <write>
*/
