Teste Flash

Dependencies:   pulga-lorawan-drv Si1133 BME280

Revision:
64:ed68ddac6360
Parent:
62:89df9529dbb0
Child:
67:17addc7bf8c2
--- a/serial.cpp	Fri Feb 26 18:11:06 2021 +0000
+++ b/serial.cpp	Tue Mar 02 16:57:31 2021 +0000
@@ -155,3 +155,8 @@
     pc.attach(&serial_post_to_queue, RawSerial::RxIrq);
     return;
 }
+
+
+void PrintDebugMsg(char *msg){
+    pc.printf(msg);
+}
\ No newline at end of file