Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Lab9-01_All_transmit Lab9-03_Thermal_chamber 3daf572bcae1 Team ... more
Fork of HeptaXbee by
Revision 12:40e317924467, committed 2019-08-24
- 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 |
--- 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
}
