Send file data through D7A Action Protocol demo.

Dependencies:   modem_ref_helper

Revision:
6:d4512d8f5dff
Parent:
0:3058da317f01
--- a/sensor.h	Thu May 18 13:48:39 2017 +0000
+++ b/sensor.h	Thu Sep 21 10:29:37 2017 +0000
@@ -3,6 +3,8 @@
 
 #include "hal_types.h"
 
+typedef uint16_t light_value_t;
+
 // Types of reporting
 typedef enum 
 {
@@ -22,6 +24,6 @@
     int32_t  threshold_low;     // Low threshold value triggering a report
 } sensor_config_t;
 
-uint8_t sensor_get_light(void);
+light_value_t sensor_get_light(void);
 
 #endif
\ No newline at end of file