FreeRTOS-Kernel/20120401V7.1.1-RC1/Demo/CORTEX_EFMG890F128_IAR/lcdtest.h
Richard Barry 2bac2cf6c6
2012-04-02 20:22:07 +00:00

15 lines
210 B
C

#ifndef _LCDTEST_H
#define _LCDTEST_H
#include "FreeRTOS.h"
#include "task.h"
#include "lcdcontroller.h"
/*
* The task that writes to the LCD.
*/
void vLCDTask( void *pvParameters );
#endif