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-10-06
Revision:
192:052a419837fa
Parent:
185:5ac6ab1ed875

File content as of revision 192:052a419837fa:

#ifndef OUTPUTTASK_H
#define OUTPUTTASK_H

#include <string>
#include <stdio.h>
#include "global.h"

typedef enum {
    CONTROL_OFF = 0,
    CONTROL_ON  = 1
} ControlState;

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

#define OUTPUT_STR  "output"

#endif