1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/plat/freertos
Andy Green ceb4e53174 lws_button: classification
Now there's an abstract button class regardless of the underlying
connection, we can add more sophicsticated analysis on top of it
for processing its usually noisy events and classifying them into
smd-ready click, long-click or double-click events.

A "regime" defines the timing limits for different press recognition
and can be specified per-button, if not given a default regime is
applied.
2020-06-27 07:57:22 +01:00
..
esp32 lws_pwm 2020-06-27 07:57:22 +01:00
CMakeLists.txt cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +01:00
freertos-fds.c freertos: rename esp32 plat to freertos 2019-08-26 09:58:57 +01:00
freertos-file.c esp32: shift to support latest esp-idf 2020-05-27 08:40:12 +01:00
freertos-init.c drivers: initial generic gpio and i2c plus bitbang 2020-06-10 19:17:08 +01:00
freertos-misc.c esp32: shift to support latest esp-idf 2020-05-27 08:40:12 +01:00
freertos-pipe.c freertos: lws_cancel_service udp as pipe 2020-01-15 19:52:41 +00:00
freertos-resolv.c ntpclient: add plat-specific init with env var LWS_NTP_SERVER able to set it on unix and windows 2020-04-25 15:11:21 +01:00
freertos-service.c sul: multiple timer domains 2020-06-02 08:37:10 +01:00
freertos-sockets.c esp32: shift to support latest esp-idf 2020-05-27 08:40:12 +01:00
private-lib-plat-freertos.h lws_button: classification 2020-06-27 07:57:22 +01:00