Anna Rose annabunches
annabunches pushed to main at annabunches/annabunches.net 2023-09-14 18:16:49 +00:00
1361a666ef Add some personal files for general use.
annabunches pushed to main at annabunches/annabunches.net 2023-09-13 19:35:01 +00:00
fc50209e99 Some final wording changes to post.
33bafa0218 New post on hosting, plus some final fixes to the archetype.
Compare 2 commits »
annabunches pushed to main at annabunches/freyjaskiss.com 2023-09-13 17:57:58 +00:00
3386d11255 Improve content template.
annabunches pushed to main at annabunches/hardware-projects 2021-12-22 22:12:09 +00:00
931e945317 Fix link in documentation.
annabunches pushed to main at annabunches/hardware-projects 2021-12-22 22:11:15 +00:00
d64fc82b47 Cleanup
annabunches pushed to main at annabunches/arduino-joystick 2021-12-22 22:08:29 +00:00
23e491b424 Change default delay to 50 ms
aef35f96a0 Add the ability to use a custom delay time for button presses.
Compare 2 commits »
annabunches pushed to main at annabunches/hardware-projects 2021-12-22 21:48:18 +00:00
5204f5118e Disable debug mode.
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.