Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code triggers as 8bit uint #17

Open
raffaelemazziotti opened this issue Jan 28, 2021 · 0 comments
Open

Code triggers as 8bit uint #17

raffaelemazziotti opened this issue Jan 28, 2021 · 0 comments
Labels
enhancement New feature or request low priority webapp Issue of the web app

Comments

@raffaelemazziotti
Copy link
Collaborator

We can bind triggers to 8 buttons [e.g. 1 to 8] and just code multiple button presses as a 8 bit integer.:
00000000 is 0 no button presses
00000001 is 1 button 1 has been pressed
00000010 is 2 button 2 has been pressed
01010101 is 85 button 1,3,5,7 ave been pressed together

This would expand the potential capabilities of trigger acceptance... Do you think it would be feasible?

@raffaelemazziotti raffaelemazziotti added enhancement New feature or request webapp Issue of the web app low priority labels Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority webapp Issue of the web app
Projects
None yet
Development

No branches or pull requests

1 participant