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: RN52.h
- Revision:
- 4:3041a571b7a7
- Parent:
- 2:10c60edc8573
- Child:
- 5:8e468fef2754
diff -r b76c74783d0d -r 3041a571b7a7 RN52.h --- a/RN52.h Tue Jan 05 21:32:11 2016 +0000 +++ b/RN52.h Tue Jan 05 22:10:16 2016 +0000 @@ -48,7 +48,6 @@ typedef enum { RN52_NO_EVENT, - RN52_OTHER_EVENT, RN52_CALLER_ID_EVENT, RN52_TRACK_CHANGE_EVENT, @@ -77,7 +76,7 @@ { public: void init(); - bool changed(); + bool check_event(RN52_RESULT * rn52_result); bool set(RN52_COMMAND cmd); bool get(RN52_COMMAND cmd, RN52_RESULT * rn52_result); void capture_response(char * str);