comparison Discovery/Inc/tInfo.h @ 718:b9f699d2e3d0

Updated menu structure to support new sensor information page: The sensor information page has been added to the sensor submenu of the hardware menu. It will be shown dynamically in case a smart sensor is detected. In order to have this dynamic visualization some new functions had to be added to the general menu file. The information page returns to the sensor menu, for this behavior also a new function had to be added.
author Ideenmodellierer
date Sun, 20 Nov 2022 20:49:41 +0100
parents 01f40cb1057e
children 17d9d6eddd8d
comparison
equal deleted inserted replaced
717:88f73b05d45c 718:b9f699d2e3d0
61 61
62 void tInfo_setEvent(uint32_t inputEventID, uint32_t inputFunctionCall); 62 void tInfo_setEvent(uint32_t inputEventID, uint32_t inputFunctionCall);
63 63
64 void tInfo_set_on_off(uint32_t editID, uint8_t int1); 64 void tInfo_set_on_off(uint32_t editID, uint8_t int1);
65 void exitInfo(void); 65 void exitInfo(void);
66 void exitInfoToBack(void);
66 67
67 #endif /* TINFO_H */ 68 #endif /* TINFO_H */