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 DRV88255 TextLCD Ping mbed-rtos
Diff: AlarmController.h
- Revision:
- 11:1a0a8fd74bc0
- Parent:
- 10:fd4670ec0806
- Child:
- 19:ee89eabe1fa2
--- a/AlarmController.h Fri Jun 10 22:21:04 2016 +0000 +++ b/AlarmController.h Fri Jun 10 22:34:57 2016 +0000 @@ -22,7 +22,7 @@ bool is_error(); - char *get_error_string(); + char *get_error_message(); private: @@ -31,8 +31,9 @@ SensorController *proximity; bool error; - char *error_message; + char *error_msg; + void activate_buzzer(); };