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:
- 2:9d7bbe39008b
- Parent:
- 1:67a2c4f35f98
--- a/main.cpp Tue Feb 26 09:29:37 2019 +0000
+++ b/main.cpp Tue Feb 26 13:40:27 2019 +0000
@@ -12,10 +12,14 @@
int main()
{
+ float force;
+
while(1)
{
wait(1);
+ force = capteur.read();
pc.printf("Ucap = %.2f mV\n\r", capteur);
+ pc.printf("force = %.f", force);
wait(1);
}