Smartage application

Dependencies:   BufferedSerial SX1276GenericLib USBDeviceHT mbed Crypto X_NUCLEO_IKS01A2

Fork of STM32L0_LoRa by Helmut Tschemernjak

Revision:
22:2c1359292de1
Parent:
21:5d64f9f79190
Child:
24:bb733d746bda
--- a/main.h	Tue May 22 21:29:24 2018 +0000
+++ b/main.h	Tue May 22 21:33:34 2018 +0000
@@ -18,7 +18,7 @@
 #ifdef FEATURE_USBSERIAL
 extern USBSerialBuffered *usb;
 #endif
-void get_distance(uint8_t* message);
+void get_distance(char message[]);
 extern bool _useDprintf;
 extern void InitSerial(int timeout, DigitalOut *led);  
 extern void dump(const char *title, const void *data, int len, bool dwords = false);