Teste Flash

Dependencies:   pulga-lorawan-drv Si1133 BME280

Revision:
62:89df9529dbb0
Child:
63:4ec1808fb547
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/serial.h	Fri Feb 26 17:07:12 2021 +0000
@@ -0,0 +1,16 @@
+#ifndef _SERIAL_H_
+#define _SERIAL_H_
+
+#include "mbed.h"
+
+#define CMD_PRINT_LAST_GPS 'g'
+
+extern RawSerial pc;
+
+extern void SerialRx(void);
+
+extern bool SerialCommandRun(const char *msg);
+
+extern void serial_post_to_queue(void);
+
+#endif