Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Committer:
davidjhoward
Date:
Mon Oct 10 14:14:13 2016 +0000
Revision:
209:1c231596d56b
Parent:
125:f11cc566d073
Child:
249:68ed571e0002
send sensor reading when events occur

Who changed what in which revision?

UserRevisionLine numberNew contents of line
davidjhoward 116:7337ed514891 1 #ifndef LOGGERAPI_H
davidjhoward 116:7337ed514891 2 #define LOGGERAPI_H
davidjhoward 116:7337ed514891 3
davidjhoward 116:7337ed514891 4 #include "global.h"
davidjhoward 116:7337ed514891 5
davidjhoward 125:f11cc566d073 6 extern void EventLoggerApi( EventReasonStruct_t &eventReason );
davidjhoward 125:f11cc566d073 7 extern void LiveDataLoggerApi( const char *liveData );
davidjhoward 209:1c231596d56b 8 void PeriodicLogger( bool force );
davidjhoward 116:7337ed514891 9
davidjhoward 116:7337ed514891 10 #endif
davidjhoward 116:7337ed514891 11