pattern v3

Fork of PATTERN by Projet robot

Revision:
0:42a271a32851
Child:
1:601c2fa986bf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Pattern.h	Thu Mar 02 12:37:43 2017 +0000
@@ -0,0 +1,17 @@
+#include "m3pi.h"
+#include "mbed.h"
+
+class Pattern 
+{ 
+    
+     protected:
+         float vitesse;
+         
+    public :
+         Pattern();
+        ~Pattern();
+        void carre();
+        void triangle();
+        void etoile();
+    
+};
\ No newline at end of file