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: cc3000_ping_demo_try_2
Fork of mbed by
Diff: DigitalOut.h
- Revision:
- 3:aefd12a1f1c5
- Parent:
- 2:969fc1867111
- Child:
- 4:5d1359a283bc
--- a/DigitalOut.h Thu Sep 18 14:02:33 2008 +0000 +++ b/DigitalOut.h Fri Nov 14 15:25:20 2008 +0000 @@ -17,6 +17,8 @@ public: + /* Group: Configuration Methods */ + /* Constructor: DigitalOut * Create a DigitalOut connected to the specified pin * @@ -25,6 +27,8 @@ */ DigitalOut(int pin); + /* Group: Access Methods */ + /* Function: write * Set the output, specified as 0 or 1 (int) * @@ -43,6 +47,8 @@ */ int read(); + /* Group: Access Method Shorthand */ + /* Function: operator= * A shorthand for <write> */