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.
Dependencies: mbed Motor TextLCD Keypad Frdmlz25 DHT11
Revision 7:da7c96261a91, committed 2018-11-19
- Comitter:
- alex123456
- Date:
- Mon Nov 19 16:21:32 2018 +0000
- Branch:
- All_done_withoutWIFI
- Parent:
- 6:05022e3201ac
- Commit message:
- gai
Changed in this revision
| Frdmlz25.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Frdmlz25.lib Mon Nov 19 16:21:32 2018 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/teams/COEN6711-Project/code/Frdmlz25/#05022e3201ac
--- a/main.cpp Mon Nov 12 18:42:13 2018 +0000
+++ b/main.cpp Mon Nov 19 16:21:32 2018 +0000
@@ -153,8 +153,8 @@
}
else if (val_lig<=p1_lMin){
output1=1;
- w.speed(0.4);
- m.speed(0);
+ w.speed(0.9);
+ m.speed(0.7);
output4=0;
}
}
@@ -180,7 +180,7 @@
else if (val_hud<=p1_hMin ) {
if (val_lig>=p1_lMin && val_lig<=p1_lMax) {
output1=0;
- w.speed(0);
+ w.speed(0.5);
m.speed(1);
output4=1;
}