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:52:25 2016 +0000
Revision:
13:c80c283f9db2
Parent:
5:5e77a1db4d45
Child:
14:cc916fa8dd11
general cleanup and usage or GLOBAL_mdot->resetCpu();

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jmarkel44 13:c80c283f9db2 1 #include "SetpointControl.h"
jmarkel44 13:c80c283f9db2 2
jmarkel44 13:c80c283f9db2 3 SetpointControl::SetpointControl(string filename) : controlFile(filename)
jmarkel44 13:c80c283f9db2 4 {
jmarkel44 13:c80c283f9db2 5 printf("\r%s invoked with control file %s\n", __func__, controlFile.c_str());
jmarkel44 13:c80c283f9db2 6 }