Anna Rose annabunches
annabunches pushed to main at annabunches/hardware-projects 2021-11-18 20:48:45 +00:00
1921829c90 Update code, in the process improving the board design.
annabunches pushed to main at annabunches/hardware-projects 2021-11-18 20:25:02 +00:00
a9a08a9684 Add schematic PDF, make readme less intense...
annabunches pushed to main at annabunches/hardware-projects 2021-11-18 20:14:24 +00:00
3cf34934b9 Update board.
annabunches pushed to main at annabunches/hardware-projects 2021-11-18 19:46:20 +00:00
b145d3e56e One more link fix.
annabunches pushed to main at annabunches/hardware-projects 2021-11-18 19:45:36 +00:00
9a4dc9c2bc Markdown is bad actually
annabunches pushed to main at annabunches/hardware-projects 2021-11-18 19:44:41 +00:00
9d91283a0e More link fixing.
annabunches pushed to main at annabunches/hardware-projects 2021-11-18 19:43:06 +00:00
76ea0af1ee Fix links harder.
annabunches pushed to main at annabunches/hardware-projects 2021-11-18 19:42:12 +00:00
a86a004269 Fix links
annabunches pushed to main at annabunches/hardware-projects 2021-11-18 19:40:58 +00:00
5122678ac8 Make file references in readme into links.
annabunches pushed to main at annabunches/hardware-projects 2021-11-18 19:39:46 +00:00
d4346f6d42 Add Eagle files.
annabunches pushed to main at annabunches/hardware-projects 2021-11-18 19:34:41 +00:00
c1006c07c1 Put readme in correct place, add panel front template.
annabunches pushed to main at annabunches/hardware-projects 2021-11-18 19:31:17 +00:00
d28e1dc604 Add readme.
annabunches created branch main in annabunches/hardware-projects 2021-11-18 19:09:24 +00:00
annabunches pushed to main at annabunches/hardware-projects 2021-11-18 19:09:24 +00:00
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.
Compare 4 commits »
annabunches created repository annabunches/hardware-projects 2021-11-18 19:08:56 +00:00
annabunches pushed to main at annabunches/arduino-joystick 2021-11-13 22:48:25 +00:00
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
annabunches merged pull request annabunches/arduino-joystick#4 2021-11-13 05:57:39 +00:00
Refactor the code to use multiple button classes.
annabunches pushed to main at annabunches/arduino-joystick 2021-11-13 05:57:39 +00:00
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.
Compare 4 commits »
annabunches created pull request annabunches/arduino-joystick#4 2021-11-13 05:57:34 +00:00
Refactor the code to use multiple button classes.