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: BSP_DISCO_F429ZI LCD_DISCO_F429ZI TS_DISCO_F429ZI mbed
Diff: manuel.cpp
- Revision:
- 0:4910cdb3d377
diff -r 000000000000 -r 4910cdb3d377 manuel.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/manuel.cpp Thu Mar 29 06:19:39 2018 +0000
@@ -0,0 +1,6 @@
+#include "manuel.h"
+
+
+int go_manuel(int vitesse){
+ wait(2);
+ return(1);}
\ No newline at end of file