kj831ca / ESP32-S2_Hitbox

Hitbox style joystick controller firmware using ESP32-S2
GNU General Public License v3.0
1 stars 0 forks source link

Debouncing #1

Open jsaidler opened 7 months ago

jsaidler commented 7 months ago

Great project! Have you implemented the debouncing feature in this project or do you plan to implement it?

kj831ca commented 7 months ago

I thought about it but debouncing will slow down the response time and it is quite challenging for the polling rate at 1 msec which is at the max frequency of RTOS.