UI handling WIP

This commit is contained in:
Alexandre Paillier
2022-05-12 17:29:35 +02:00
parent b8424d1a21
commit 9f29a7caa2
11 changed files with 271 additions and 26 deletions

View File

@@ -0,0 +1,8 @@
#ifndef UI_FLOW_712_H_
#define UI_FLOW_712_H_
#include "ux_flow_engine.h"
extern const ux_flow_step_t* const ux_712_flow[];
#endif // UI_FLOW_712_H_