CLEON  Version 1
Cloud-Offloaded GPS Receiver
app_log.h
Go to the documentation of this file.
1 
7 #ifndef __APP_LOG_H__
8 #define __APP_LOG_H__
9 
10 #define APP_LOG_SAMPLES_IN_A_FILE 100000 // Defined number of samples will be captured and written to a file; file size will be (one CLEON sample size * defined value)
11 
12 //------------------------- Defining sensing feature ---------------------------
13 #define APP_LOG_LED_INDICATION _ENABLE_
14 #define APP_LOG_TEMP_AND_HUM_SENSORS _ENABLE_
15 #define APP_LOG_LIGHT_SENSORS _ENABLE_
16 //------------------------------------------------------------------------------
17 
18 void APP_Log(void);
19 
20 #endif