- Ithaca, NY
- https://annabunches.net
-
Don't work for ICE, kids.
- Joined on
2019-12-04
Block a user
076d853529
Rename panel to be more generic.
21375fbbcd
Guess we have to use an Uno for this, since the nano - or at least the nano clone I have - doesn't support USB reprogramming.
1ba01f7d4e
Update for 0.1 version of panel - half the buttons don't work yet.
132dc5c462
Initial commit - including a project file for the Star Citizen flight control panel.
1a4916fd0e
For pulsed buttons, implement per-button 'timers' that independently end the pulse instead of having a 250ms delay between every single update...
annabunches
deleted branch refactor-inheritance from annabunches/arduino-joystick
2021-11-13 05:57:42 +00:00
Refactor the code to use multiple button classes.
3b69b7e960
Merge pull request 'Refactor the code to use multiple button classes.' (#4) from refactor-inheritance into main
e8a1235a95
Add analog_only option, though this is a stub for now.
e09c21edf1
Add some additionally debugging, fix the 'ole broken switch statement.
a69c2d3364
Refactor code substantially, moving buttons into separate classes and using a lot more pointers to conserve memory until it is needed.
Refactor the code to use multiple button classes.