diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-11-18 03:18:18 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-11-18 03:18:18 +0100 |
commit | c44897fda572cf8837b4535a6d1aaad4605c14af (patch) | |
tree | c3c98c36589253da3a1a6308ec2804b5eb4a4d75 /fw/fe310/eos/eve/eve_touch.h | |
parent | b0e84c72d7a533f62ca750a73445da7fcebe8d18 (diff) |
eve sleep improved
Diffstat (limited to 'fw/fe310/eos/eve/eve_touch.h')
-rw-r--r-- | fw/fe310/eos/eve/eve_touch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/fe310/eos/eve/eve_touch.h b/fw/fe310/eos/eve/eve_touch.h index 148ed48..074d37a 100644 --- a/fw/fe310/eos/eve/eve_touch.h +++ b/fw/fe310/eos/eve/eve_touch.h @@ -101,6 +101,8 @@ typedef void (*eve_touch_handler_t) (EVETouch *, uint16_t, uint8_t, void *); void eve_handle_touch(void); void eve_handle_time(void); +void eve_touch_active(void); +void eve_touch_sleep(void); void eve_touch_init(uint8_t wakeup_cause, int touch_calibrate, uint32_t *touch_matrix); void eve_touch_set_handler(eve_touch_handler_t handler, void *handler_param); EVETouch *eve_touch_get(int i); |