Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Committer:
davidjhoward
Date:
Fri Sep 23 20:31:35 2016 +0000
Revision:
125:f11cc566d073
Parent:
116:7337ed514891
Child:
209:1c231596d56b
more logging work

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 116:7337ed514891 8
davidjhoward 116:7337ed514891 9 #endif
davidjhoward 116:7337ed514891 10