/* * 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); #endif /* INC_HOME_SCREEN_H_ */