liaison bluetooth entre gros robot -> panneau ou gros robot -> petit robot

Fork of liaison_Bluetooth by j d

Revision:
3:46a9b9c1e1c0
Parent:
1:ea044def4e89
Child:
5:be0c602be047
diff -r 4fc77e5b08e9 -r 46a9b9c1e1c0 LiaisonBluetooth.h
--- a/LiaisonBluetooth.h	Wed Apr 11 12:59:45 2018 +0000
+++ b/LiaisonBluetooth.h	Wed Apr 11 15:03:52 2018 +0000
@@ -19,11 +19,11 @@
 
 class LiaisonBluetooth {
     private:
-        Serial m_bluetooth;
-        DigitalIn m_state;
+        Serial *m_bluetooth;
+        DigitalIn *m_state;
         
     public:
-        LiaisonBluetooth(Serial bluetooth, DigitalIn state);
+        LiaisonBluetooth(Serial *bluetooth, DigitalIn *state);
         
         bool paquet_en_attente();
         PaquetDomotique *lire();