Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
src/OutputTask/OutputTask.h
- Committer:
- jmarkel44
- Date:
- 2016-09-16
- Revision:
- 72:3754b352f156
- Parent:
- 67:49f266601d83
- Child:
- 74:03ccf04998b5
File content as of revision 72:3754b352f156:
#ifndef OUTPUTTASK_H #define OUTPUTTASK_H void OutputTask(void const *args); void DisplayOutputs(void); #define OUTPUT_STR "output" typedef enum { CONTROL_OFF = 0, CONTROL_ON = 1 } ControlState; #endif