Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Committer:
davidjhoward
Date:
Fri Oct 21 13:48:57 2016 +0000
Revision:
249:68ed571e0002
Parent:
209:1c231596d56b
Child:
267:fdb40bcd9c12
Add BLE module from Happiest Minds

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 249:68ed571e0002 8 extern void PeriodicLogger( bool force );
davidjhoward 249:68ed571e0002 9 extern void LiveData2Message( const char *liveData, char *messageString, int len );
davidjhoward 249:68ed571e0002 10 extern void GetCurrentReadings( char *currentReadings, int len );
davidjhoward 116:7337ed514891 11
davidjhoward 116:7337ed514891 12 #endif
davidjhoward 116:7337ed514891 13