From f37f200792444fee2f74e807acfd5be7c9180cd7 Mon Sep 17 00:00:00 2001 From: Votre Nom Date: Wed, 30 Aug 2017 10:48:11 +0400 Subject: Init repo --- GEOLOC/app/mobile/app.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 GEOLOC/app/mobile/app.h (limited to 'GEOLOC/app/mobile/app.h') diff --git a/GEOLOC/app/mobile/app.h b/GEOLOC/app/mobile/app.h new file mode 100644 index 0000000..80e661b --- /dev/null +++ b/GEOLOC/app/mobile/app.h @@ -0,0 +1,16 @@ +#ifndef app_h +#define app_h + +#include "../../lib/config.h" + +/** + * Run the application + */ +void runApp(Config config); + +/** + * Save the GPS position + */ +void saveGPSPosition(); + +#endif -- cgit v1.2.3