Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

src/OutputTask/OutputTask.h

Committer:
jmarkel44
Date:
2016-09-16
Revision:
67:49f266601d83
Parent:
66:db1425574b58
Child:
72:3754b352f156

File content as of revision 67:49f266601d83:

#ifndef OUTPUTTASK_H
#define OUTPUTTASK_H

void OutputTask(void const *args);
void DisplayOutputs(void);

#define OUTPUT_STR  "output"

#endif