Very first demo for the Energy Micro EFM32 added.

This commit is contained in:
Richard Barry 2010-03-13 19:20:19 +00:00
parent 8fc041a994
commit c981185506
38 changed files with 23563 additions and 0 deletions

View file

@ -0,0 +1,14 @@
#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