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: MPU6050 Puck mbed
Fork of cube-puck by
Revision 6:fc59099597cd, committed 2014-07-31
- Comitter:
- stiaje
- Date:
- Thu Jul 31 13:40:52 2014 +0000
- Parent:
- 5:4c374f1f5df2
- Commit message:
- Remove unnecessary UUID wrapper call
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Jul 25 09:08:11 2014 +0000
+++ b/main.cpp Thu Jul 31 13:40:52 2014 +0000
@@ -6,8 +6,8 @@
Puck* puck = &Puck::getPuck();
-const UUID CUBE_SERVICE_UUID = UUID(stringToUUID("bftj cube "));
-const UUID DIRECTION_UUID = UUID(stringToUUID("bftj cube dirctn"));
+const UUID CUBE_SERVICE_UUID = stringToUUID("bftj cube ");
+const UUID DIRECTION_UUID = stringToUUID("bftj cube dirctn");
enum Direction {
UP,
