This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.h
2012-08-11 21:34:11 +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