![](/media/cache/profiles/909f269e0b3ffbd61d906f9b25eecaf6.jpg.50x50_q85.jpg)
yo
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 |
diff -r 4c374f1f5df2 -r fc59099597cd main.cpp --- 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,