init
Dependencies: aconno_I2C Lis2dh12 WatchdogTimer
Diff: main.h
- Revision:
- 21:e0b866630c27
- Parent:
- 20:5404841fdd2b
- Child:
- 22:810425eb76e1
--- a/main.h Wed Dec 19 09:02:20 2018 +0000 +++ b/main.h Thu Dec 20 22:04:45 2018 +0000 @@ -1,6 +1,6 @@ /* ================================================================================ -Project: MTU Tracker +Project: GPS Tracker Module: --- Status: Development Type: .h header file @@ -24,7 +24,6 @@ #include "ble/BLE.h" //#include "nvstore.h" - //------------------------------------------------------------------------------ //peripheral Libraries //------------------------------------------------------------------------------ @@ -33,32 +32,12 @@ #include "acd_nrf52_saadc.h" //------------------------------------------------------------------------------ -//C Standard Libraries -//------------------------------------------------------------------------------ -/* -#include <ctype.h> -#include <errno.h> -#include <stddef.h> -#include <math.h> -#include <stdarg.h> -#include <stdlib.h> -#include <stdio.h> -#include <ctype.h> -#include <string.h> -#include <stdbool.h> -#include <stdint.h> -*/ -//include <string> // dont use - causes 2ma sleep -//using std::string; - -//------------------------------------------------------------------------------ //Application headers //------------------------------------------------------------------------------ #include "states.h" #include "common.h" #include "sensors.h" #include "modem.h" -#include "filesystem.h" //------------------------------------------------------------------------------ //Global macros