mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Very first demo for the Energy Micro EFM32 added.
This commit is contained in:
parent
8fc041a994
commit
c981185506
38 changed files with 23563 additions and 0 deletions
14
Demo/CORTEX_EFMG890F128_IAR/lcdtest.h
Normal file
14
Demo/CORTEX_EFMG890F128_IAR/lcdtest.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue