add lcd device
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Main_APP.c
|
||||
*
|
||||
* Created on: Aug 6, 2021
|
||||
* Author: wuwenfeng
|
||||
*/
|
||||
#include "LCD.h"
|
||||
|
||||
void main_app()
|
||||
{
|
||||
LCDx_Init();
|
||||
|
||||
while(1)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Main_APP.h
|
||||
*
|
||||
* Created on: Aug 6, 2021
|
||||
* Author: wuwenfeng
|
||||
*/
|
||||
|
||||
#ifndef MAIN_APP_H_
|
||||
#define MAIN_APP_H_
|
||||
|
||||
void main_app();
|
||||
|
||||
#endif /* MAIN_APP_H_ */
|
||||
Reference in New Issue
Block a user