Anna Rose annabunches
annabunches pushed to main at annabunches/hardware-projects 2021-12-21 04:58:44 +00:00
f576102af6 Fix encoders.
annabunches pushed to main at annabunches/arduino-joystick 2021-12-21 04:58:20 +00:00
70d7bdd3b2 Tick threshold should be a reflection of the actual change in the encoder's value.
annabunches pushed to main at annabunches/arduino-joystick 2021-12-21 04:30:23 +00:00
82927519ce Fix off-by-one error.
annabunches pushed to main at annabunches/arduino-joystick 2021-12-21 04:16:12 +00:00
145e383bc5 Add some logic to the encoder to only register a button press after a certain number of inputs.
annabunches pushed to main at annabunches/hardware-projects 2021-12-21 04:04:21 +00:00
859e06a781 Fix sketch name.
annabunches pushed to main at annabunches/hardware-projects 2021-11-24 17:30:32 +00:00
8b583926ca Add whimsy.
annabunches pushed to main at annabunches/hardware-projects 2021-11-24 17:15:56 +00:00
35098e12a6 Update board and code to use a scan matrix. This is cheaper, has a smaller footprint, and is at least as performant as the multiplexer approach.
annabunches pushed to main at annabunches/arduino-joystick 2021-11-24 16:39:02 +00:00
4c5b51f7b8 Fix pulsed buttons and remove unnecessary delay from matrix buttons.
annabunches deleted branch matrix from annabunches/arduino-joystick 2021-11-24 06:10:03 +00:00
annabunches pushed to main at annabunches/arduino-joystick 2021-11-24 06:09:10 +00:00
7cc9717e78 Add SimulIDE file for example code.
557aec4644 Update documentation.
2ce994677a Another bugfix, improve header documentation a bit.
a9c80c2ed5 Bug fixes.
690afdbce5 Rework example code, fix bugs and get to compiling state. Also introduce missing logic for the Matrix code to keep track of what column is active.
Compare 6 commits »
annabunches pushed to matrix at annabunches/arduino-joystick 2021-11-24 06:08:55 +00:00
7cc9717e78 Add SimulIDE file for example code.
annabunches pushed to matrix at annabunches/arduino-joystick 2021-11-24 06:04:24 +00:00
557aec4644 Update documentation.
2ce994677a Another bugfix, improve header documentation a bit.
Compare 2 commits »
annabunches pushed to matrix at annabunches/arduino-joystick 2021-11-24 05:40:31 +00:00
a9c80c2ed5 Bug fixes.
annabunches created branch matrix in annabunches/arduino-joystick 2021-11-22 20:10:27 +00:00
annabunches pushed to matrix at annabunches/arduino-joystick 2021-11-22 20:10:27 +00:00
690afdbce5 Rework example code, fix bugs and get to compiling state. Also introduce missing logic for the Matrix code to keep track of what column is active.
8ebc1a5523 Factor pin-reading logic into a new set of classes.
Compare 2 commits »
annabunches pushed to main at annabunches/arduino-joystick 2021-11-22 16:45:56 +00:00
a4f00a0a23 No longer need encoder include in Joystick.
annabunches pushed to main at annabunches/hardware-projects 2021-11-20 00:16:00 +00:00
28c135140c Increase width of power bus, just in case.
annabunches pushed to main at annabunches/hardware-projects 2021-11-20 00:10:11 +00:00
99f9ad3613 Final adjustments to eagle files.
annabunches pushed to main at annabunches/userscripts 2021-11-19 21:42:11 +00:00
74e27c3191 Add a 'hide' button for each column. It's ugly, but it works for now.
annabunches pushed to main at annabunches/hardware-projects 2021-11-18 21:56:27 +00:00
35ab433ed2 Update PCB to include ground plane.