diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-10-24 19:55:48 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-10-24 19:55:48 +0200 |
commit | d8d94a9c2f13b1a7c6d0c209f9757e3f1f122e0b (patch) | |
tree | 1de91eb78b4898b345d98cbeed096da607c824a2 /fw/fe310/phone/ecp.h | |
parent | 30035f2753217507227f21d22e394cf85f7cdbfd (diff) |
added ecp example
Diffstat (limited to 'fw/fe310/phone/ecp.h')
-rw-r--r-- | fw/fe310/phone/ecp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fw/fe310/phone/ecp.h b/fw/fe310/phone/ecp.h new file mode 100644 index 0000000..17b1931 --- /dev/null +++ b/fw/fe310/phone/ecp.h @@ -0,0 +1,4 @@ +int ecp_app(EVEWindow *window, EVEViewStack *stack); +int ecp_uievt(EVEPage *page, uint16_t evt, void *param); +void ecp_close(EVEPage *page); +void ecp_init(void);
\ No newline at end of file |