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

Fork of liaison_Bluetooth by j d

Revision:
7:543d5548dbb9
Parent:
5:be0c602be047
Child:
14:7118ea22e01f
--- a/LiaisonBluetooth.h	Fri Apr 13 12:42:43 2018 +0000
+++ b/LiaisonBluetooth.h	Fri Apr 13 13:00:25 2018 +0000
@@ -22,11 +22,11 @@
 class LiaisonBluetooth
 {
 private:
-    Serial *m_bluetooth;
+    Serial *m_bluetooth, *m_pc;
     bool m_state;
 
 public:
-    LiaisonBluetooth(Serial *bluetooth);
+    LiaisonBluetooth(Serial *bluetooth, Serial *pc);
 
     bool paquet_en_attente();
     PaquetDomotique *lire();