carte esclave pompe 2020 V1

Dependencies:   mbed ident_crac

Revision:
23:7f62f27c028f
Parent:
22:f104afbecb98
--- a/class_ventouse.h	Sun Mar 08 23:05:13 2020 +0000
+++ b/class_ventouse.h	Mon Jul 13 11:31:08 2020 +0000
@@ -4,13 +4,10 @@
 
 #define NB_VENTOUSES 6
 
-
 typedef enum {Attente, Attraper, Attraper_ok, Relacher, Relacher_ok} type_etat ;
 
-class Ventouse
-{
+class Ventouse{
 public:
-    //Ventouse(PinName pinPompe, PinName pinCapteurPression, char index);
     Ventouse(PinName pinPompe, PinName pinElectrovanne, PinName pinCapteurPression, char index);
     
     void automate();
@@ -39,5 +36,4 @@
     
     PinName m_pinPompe, m_pinElectrovanne, m_pinCapteurPression;
 };
-
 #endif //CLASS_VENTOUSE_H
\ No newline at end of file