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: F746_GUI_vV mbed Vision_Indus_IHM
Revision 28:f7212a4a7952, committed 2021-11-19
- Comitter:
- villemejane
- Date:
- Fri Nov 19 11:23:12 2021 +0000
- Parent:
- 27:3ac3f6c77c88
- Commit message:
- PIMS Vision Industrielle
Changed in this revision
| Vision_Indus_IHM.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 |
--- a/Vision_Indus_IHM.lib Sun Nov 14 11:04:35 2021 +0000 +++ b/Vision_Indus_IHM.lib Fri Nov 19 11:23:12 2021 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/users/villemejane/code/Vision_Indus_IHM/#d70b8a6bed22 +https://os.mbed.com/users/villemejane/code/Vision_Indus_IHM/#a7281be87607
--- a/main.cpp Sun Nov 14 11:04:35 2021 +0000
+++ b/main.cpp Fri Nov 19 11:23:12 2021 +0000
@@ -14,11 +14,30 @@
while (true)
{
+ /*
updateIHM();
-
wait(0.05f);
-
+ */
+ /*
+ flex1_out = 1;
+ flex2_out = 1;
+ dome_out = 1;
+ rasant_out = 1;
+ ringRGB_R_out = 1;
+ ringRGB_G_out = 1;
+ ringRGB_B_out = 1;
+ wait(1.0f);
+ flex1_out = 0;
+ flex2_out = 0;
+ dome_out = 0;
+ rasant_out = 0;
+ ringRGB_R_out = 0;
+ ringRGB_G_out = 0;
+ ringRGB_B_out = 0;
+ wait(0.5f);
+ */
/* Conveyor test */
+ /*
moveConveyor(CONV_DIR_FW, 10000);
wait(3);
stopConveyor();
@@ -27,6 +46,7 @@
wait(3);
stopConveyor();
wait(2);
+ */
}
}