mDot EVB to M2X demo.
Dependencies: DOGS102 ISL29011 MMA845x MPL3115A2 NCP5623B libmDot mbed-rtos mbed-src
Fork of MTDOT-EVBDemo by
Revision 6:c212427700af, committed 2015-07-20
- Comitter:
- jamescmaki
- Date:
- Mon Jul 20 16:17:19 2015 +0000
- Parent:
- 5:72d4d95e1d42
- Child:
- 7:c9d37522b975
- Commit message:
- Add debug
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jul 20 16:04:04 2015 +0000
+++ b/main.cpp Mon Jul 20 16:17:19 2015 +0000
@@ -573,6 +573,7 @@
lora_pl.push_back(converts.t_u[0]);
}
+ printf("Sending LoRa message, length: %d\r\n", lora_pl.size());
if ((mdot_ret = mdot_radio->send(lora_pl)) != mDot::MDOT_OK) {
log_error(mdot_radio, "failed to send", mdot_ret);
} else {
James Maki
