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.
Dependencies: mbed Rejestrator
WaitForSwitch.h@0:fa31f8461c63, 2015-04-18 (annotated)
- Committer:
- Waldek
- Date:
- Sat Apr 18 17:01:57 2015 +0000
- Revision:
- 0:fa31f8461c63
working version, stop
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Waldek | 0:fa31f8461c63 | 1 | #include <mbed.h> |
Waldek | 0:fa31f8461c63 | 2 | #include <Thread.h> |
Waldek | 0:fa31f8461c63 | 3 | |
Waldek | 0:fa31f8461c63 | 4 | void WaitForSwitch(DigitalIn Switch, PwmOut led); |