The program sends the current location over the cellular network.
Dependencies: aconno_I2C ublox-at-cellular-interface gnss ublox-cellular-base Lis2dh12 ublox-cellular-base-n2xx ublox-at-cellular-interface-n2xx low-power-sleep
Fork of example-gnss by
Diff: tasks/tasks.h
- Revision:
- 9:f943c09d9173
- Parent:
- 8:2bf886335fd0
diff -r 2bf886335fd0 -r f943c09d9173 tasks/tasks.h
--- a/tasks/tasks.h Fri Nov 30 16:19:41 2018 +0100
+++ b/tasks/tasks.h Wed Dec 19 15:12:25 2018 +0100
@@ -19,6 +19,12 @@
UBloxSara *sara;
};
+enum locationFlag_t
+{
+ OLD,
+ NEW
+};
+
enum MainStates
{
STATE_IDLE,
