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: pot/pot.cpp
- Revision:
- 12:65392ee77300
- Parent:
- 11:ed9539245ea0
- Parent:
- 10:4dd96f046784
- Child:
- 20:8063c82bbb35
--- a/pot/pot.cpp Mon Nov 14 20:57:21 2016 +0000
+++ b/pot/pot.cpp Mon Nov 14 21:00:01 2016 +0000
@@ -6,7 +6,7 @@
}
float Pot::get_angle(){
- float a = angle.read()*360;
+ float a = angle.read()*340;
return a;
}
float Pot::get_voltage(){