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: main.cpp
- Revision:
- 7:d8f4e9d92ab5
- Parent:
- 5:47575b30c19a
--- a/main.cpp Thu Feb 04 20:20:43 2016 +0000
+++ b/main.cpp Thu Feb 04 21:25:05 2016 +0000
@@ -16,9 +16,7 @@
while(1)
{
- myBT.getValue(&xVal, &yVal, &cVal);
-
- if(xVal || yVal || cVal > 0)
+ if(myBT.getValue(&xVal, &yVal, &cVal))
{
pc.printf("X= %d, Y= %d, C= %d \r\n",xVal, yVal, cVal);
}