Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Committer:
jmarkel44
Date:
Wed Sep 07 13:22:28 2016 +0000
Revision:
12:ea87887ca7ad
Parent:
3:8ea4db957749
Child:
46:4cb96ab2d1c8
new controls objects added;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jmarkel44 0:65cfa4873284 1 /******************************************************************************
jmarkel44 0:65cfa4873284 2 *
jmarkel44 0:65cfa4873284 3 * File: ConfigurationHandler.h
jmarkel44 0:65cfa4873284 4 * Desciption: interface file for the ICE Configuration Handler
jmarkel44 0:65cfa4873284 5 *
jmarkel44 0:65cfa4873284 6 *****************************************************************************/
jmarkel44 0:65cfa4873284 7 #ifndef CONFIGURATION_HANDLER_H
jmarkel44 0:65cfa4873284 8 #define CONFIGURATION_HANDLER_H
jmarkel44 0:65cfa4873284 9
jmarkel44 0:65cfa4873284 10 void ConfigurationHandler(void const *args);
jmarkel44 12:ea87887ca7ad 11 void ConfigurationHandler_showControls(void);
jmarkel44 12:ea87887ca7ad 12
jmarkel44 0:65cfa4873284 13
jmarkel44 0:65cfa4873284 14 #endif