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:
- 13:968af0520530
- Parent:
- 8:beb6c399490a
- Child:
- 15:82c3cc87bd02
diff -r 4194c47ca60b -r 968af0520530 RN52.h --- a/RN52.h Fri Jan 29 20:27:37 2016 +0000 +++ b/RN52.h Sat Jan 30 21:03:52 2016 +0000 @@ -65,6 +65,8 @@ { public: void init(); + void enable(); + void disable(); bool check_event(RN52_RESULT * rn52_result); bool connect(); bool disconnect();