HeptaXbee Library

Dependents:   Lab9-01_All_transmit Lab9-03_Thermal_chamber 3daf572bcae1 Team ... more

Fork of HeptaXbee by CLTP 8

Files at this revision

API Documentation at this revision

Comitter:
HEPTA
Date:
Sat Aug 24 05:25:52 2019 +0000
Parent:
10:9c8433d32d11
Commit message:

Changed in this revision

HeptaXbee.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 9c8433d32d11 -r 40e317924467 HeptaXbee.cpp
--- a/HeptaXbee.cpp	Tue Aug 21 05:35:44 2018 +0000
+++ b/HeptaXbee.cpp	Sat Aug 24 05:25:52 2019 +0000
@@ -121,9 +121,9 @@
     sprintf( check_sum, "%02X", check);
     sprintf( flame, "%02X", output_num);
     // transmit data
-    for(int i = 0;i<2;i++){
-        xbee.putc(flame[i]);//frame length
-        }
+    //for(int i = 0;i<2;i++){
+      //  xbee.putc(flame[i]);//frame length
+        //}
     for(ii=0; ii<output_num; ii++) {
         xbee.putc(OutputData[ii]);//data
     }