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.
Diff: main.cpp
- Revision:
- 9:369b261ddb10
- Parent:
- 8:d351d1714db8
- Child:
- 10:0a444736aeb8
diff -r d351d1714db8 -r 369b261ddb10 main.cpp --- a/main.cpp Fri May 03 11:27:21 2019 +0000 +++ b/main.cpp Fri May 03 11:37:37 2019 +0000 @@ -115,8 +115,8 @@ //House circuit connections #define FRONTDOOR_SET A1 #define FRONTDOOR_RST A2 - #define ROOMDOOR_SET A3 - #define ROOMDOOR_RST A4 + #define ROOM1DOOR_SET A3 + #define ROOM1DOOR_RST A4 #endif