init
This commit is contained in:
15
BALANCE/show.h
Normal file
15
BALANCE/show.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __SHOW_H
|
||||
#define __SHOW_H
|
||||
#include "sys.h"
|
||||
#include "oled.h"
|
||||
#include "system.h"
|
||||
#define SHOW_TASK_PRIO 3
|
||||
#define SHOW_STK_SIZE 512
|
||||
|
||||
void show_task(void *pvParameters);
|
||||
void oled_show(void);
|
||||
void APP_Show(void);
|
||||
void OLED_ShowCheckConfirming(void);
|
||||
void OLED_ShowChecking(void);
|
||||
void OLED_ShowCheckResult(void);
|
||||
#endif
|
||||
Reference in New Issue
Block a user