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: Nucleo_AsyncSerialIO
Fork of IOFuncLib by
Diff: IOFuncLib.cpp
- Revision:
- 8:40cbeb447bca
- Parent:
- 7:c0c4ba22126f
- Child:
- 9:a9b3a88c25d1
--- a/IOFuncLib.cpp Wed Jul 15 23:12:42 2015 +0000 +++ b/IOFuncLib.cpp Wed Jul 15 23:21:25 2015 +0000 @@ -21,7 +21,7 @@ _pin=n; } -void Flasher::notPin(void) +void Flasher::notPin() { _pin = !_pin; }