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.
Fork of Hexi_Click_Relay_Example by
Revision 1:489e49494755, committed 2016-08-25
- Comitter:
- maclobski
- Date:
- Thu Aug 25 16:45:46 2016 +0000
- Parent:
- 0:b492a09a523e
- Commit message:
- changed to slot 2;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Aug 24 22:27:49 2016 +0000 +++ b/main.cpp Thu Aug 25 16:45:46 2016 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" -DigitalOut relay1(PTA10); -DigitalOut relay2(PTC4); +DigitalOut relay1(PTA11); +DigitalOut relay2(PTC3); // main() runs in its own thread in the OS // (note the calls to Thread::wait below for delays)
