We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
printf
1 parent a87c7c8 commit a5c6d42Copy full SHA for a5c6d42
features/unsupported/tests/mbed/tsi/main.cpp
@@ -6,7 +6,7 @@ int main(void) {
6
TSISensor tsi;
7
8
while (true) {
9
- printf("slider percentage: %f%\r\n", tsi.readPercentage());
+ printf("slider percentage: %f%%\r\n", tsi.readPercentage());
10
printf("slider distance: %dmm\r\n", tsi.readDistance());
11
wait(1);
12
led = !led;
0 commit comments