microsoft / jacdac

Device and service catalogs for Jacdac.
https://aka.ms/jacdac
Creative Commons Attribution 4.0 International
66 stars 26 forks source link

Joystick deadzone configuration #592

Open jamesadevine opened 3 years ago

jamesadevine commented 3 years ago

Fixing joystick deadzone is required before we can produce more joystick modules.

pelikhan commented 3 years ago

If needed, filter out deadzone in makecode/ts

pelikhan commented 3 years ago

Easy fix?

jamesadevine commented 3 years ago

yes, that would work for now, but the long term fix is to add a deadzone in joystick firmware.

pelikhan commented 3 years ago

but the long term fix is to add a deadzone in joystick firmware.

Yes that's what i meant. We should do deadzone in the firmware.

pelikhan commented 3 years ago

@mmoskal firmware should do deadzone detection.

jamesadevine commented 3 years ago

This is not for hackathon, and it is not a priority.

jamesadevine commented 3 years ago

(the reason being that we have already programmed PADAUKs and put them on PCBs. Based on the assumption that we are shipping kits this week).

Current modules will still be able to be used (even if the deadzone is introduced).

mmoskal commented 2 years ago

This was definitely not done. We should at least spec it.