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: SimpleBLE-mbed-os-5
Fork of SimpleBLE-Example by
Revision 3:e439dd384d7e, committed 2016-05-17
- Comitter:
- janjongboom
- Date:
- Tue May 17 19:38:24 2016 +0000
- Parent:
- 2:12a235e7691a
- Child:
- 4:2539b41f5bce
- Commit message:
- Add floats
Changed in this revision
| SimpleBLE.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SimpleBLE.lib Tue May 17 19:34:03 2016 +0000 +++ b/SimpleBLE.lib Tue May 17 19:38:24 2016 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/teams/mbed-x/code/SimpleBLE/#17c8f5afa7bc +https://developer.mbed.org/teams/mbed-x/code/SimpleBLE/#15329a3de04c
--- a/main.cpp Tue May 17 19:34:03 2016 +0000
+++ b/main.cpp Tue May 17 19:38:24 2016 +0000
@@ -30,7 +30,7 @@
// whenever someone updates this var over Bluetooth, this function will be called
printf("My value was updated to %d\n", newValue);
}
-// FYI, you can also use UUIDs here instead of short services :-)
+// FYI, you can also use long UUID strings here instead of short services :-)
SimpleChar<uint32_t> writeMe = ble.readWrite_u32(0x9310, 0x9311, &callback);
int main(int, char**) {
