For Hepta-Sat Lite

Revision:
13:59679840fb53
Parent:
12:94abebd3d020
--- a/HeptaXbee.h	Wed Aug 21 11:18:56 2019 +0000
+++ b/HeptaXbee.h	Tue Aug 17 10:50:19 2021 +0000
@@ -8,11 +8,13 @@
 {
 public:
     Serial xbee;
+    int comrate;
     int rcmd;
     int cmdflag;
     HeptaXbee(
         PinName tx,
-        PinName rx
+        PinName rx,
+        int brate
     );
     void baud(int rate);
     void xbee_receive(int *xrcmd, int *xcmdflag);