16 lines
264 B
C
16 lines
264 B
C
/*
|
|
* home_screen.h
|
|
*
|
|
* Created on: Aug 7, 2023
|
|
* Author: leo
|
|
*/
|
|
|
|
#ifndef INC_HOME_SCREEN_H_
|
|
#define INC_HOME_SCREEN_H_
|
|
|
|
#include "PSE_unit.h"
|
|
|
|
void Home_Screen_Gen(pse_unit* units, uint8_t pse_unit_num, uint8_t delete);
|
|
|
|
#endif /* INC_HOME_SCREEN_H_ */
|