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: room.hpp
- Revision:
- 13:af3d7d8d77fc
- Parent:
- 12:d8370e1350db
--- a/room.hpp Fri May 03 15:34:30 2019 +0000 +++ b/room.hpp Fri May 03 15:56:34 2019 +0000 @@ -17,10 +17,10 @@ Action = Whereabout(KeyID); if (Action == 1) { - cout << "Let there be light!" << endl; + cout << "Let there be light!" << "\r\n"; return 1; // Sender tÊnd-signal } else { - cout << "Checkin out.." << endl; + cout << "Checkin out.." << "\r\n"; return 0; // Sender sluk-signal } }