- Ithaca, NY
- https://annabunches.net
-
Don't work for ICE, kids.
- Joined on
2019-12-04
Block a user
annabunches
pushed to refactor-inheritance at annabunches/arduino-joystick
2021-11-13 05:56:26 +00:00
e8a1235a95
Add analog_only option, though this is a stub for now.
e09c21edf1
Add some additionally debugging, fix the 'ole broken switch statement.
annabunches
created branch refactor-inheritance in annabunches/arduino-joystick
2021-11-08 01:37:35 +00:00
annabunches
pushed to refactor-inheritance at annabunches/arduino-joystick
2021-11-08 01:37:35 +00:00
a69c2d3364
Refactor code substantially, moving buttons into separate classes and using a lot more pointers to conserve memory until it is needed.
Add rotary encoder support, simplify AddMuxButton interface.
346e612f65
Merge pull request 'Add rotary encoder support, simplify AddMuxButton interface.' (#3) from encoders into main
09043919de
Add rotary encoder support, simplify AddMuxButton interface.
Add rotary encoder support, simplify AddMuxButton interface.
annabunches
deleted branch multiplexer-support from annabunches/arduino-joystick
2021-11-07 03:17:03 +00:00
Add support for multiplexers
564f4b2b57
Merge pull request 'Add support for multiplexers' (#2) from multiplexer-support into main
fbd786fe96
Fix compile-time errors, which necessitated some refactoring of the interface.
5c2a2736dc
Clean up examples directory.
d6e0648abf
Add support for multiplexers. This introduces a new dependency, but c'est la vie.
annabunches
pushed to multiplexer-support at annabunches/arduino-joystick
2021-11-02 23:17:29 +00:00
fbd786fe96
Fix compile-time errors, which necessitated some refactoring of the interface.
annabunches
pushed to multiplexer-support at annabunches/arduino-joystick
2021-11-02 19:55:38 +00:00
5c2a2736dc
Clean up examples directory.
Add support for multiplexers
annabunches
created branch multiplexer-support in annabunches/arduino-joystick
2021-11-01 23:12:36 +00:00
annabunches
pushed to multiplexer-support at annabunches/arduino-joystick
2021-11-01 23:12:36 +00:00
d6e0648abf
Add support for multiplexers. This introduces a new dependency, but c'est la vie.
annabunches
deleted branch new-button-behaviors from annabunches/arduino-joystick
2021-11-01 22:29:47 +00:00
Add new button type, clean up pull-up resistor logic.
da37d16da7
Merge pull request 'Add new button type, clean up pull-up resistor logic.' (#1) from new-button-behaviors into main
bcfd67b50d
Fix behavior when using pull-up resistors.
3fd595c7c2
Rename variables for clarity, fix enumeration bug.
398668205d
Fixed various errors.
2a35a86230
Reverting more cruft.