- Ithaca, NY
- https://annabunches.net
-
Don't work for ICE, kids.
- Joined on
2019-12-04
Block a user
Add new button type, clean up pull-up resistor logic.
annabunches
pushed to new-button-behaviors at annabunches/arduino-joystick
2021-11-01 22:19:10 +00:00
bcfd67b50d
Fix behavior when using pull-up resistors.
3fd595c7c2
Rename variables for clarity, fix enumeration bug.
annabunches
pushed to new-button-behaviors at annabunches/arduino-joystick
2021-11-01 19:44:37 +00:00
398668205d
Fixed various errors.
annabunches
pushed to new-button-behaviors at annabunches/arduino-joystick
2021-11-01 19:39:18 +00:00
2a35a86230
Reverting more cruft.
annabunches
pushed to new-button-behaviors at annabunches/arduino-joystick
2021-11-01 19:38:44 +00:00
6ea6187769
Remove now-useless includes.
annabunches
pushed to new-button-behaviors at annabunches/arduino-joystick
2021-11-01 19:38:07 +00:00
5322744f42
Revert to non-STL-using code, since that's not available when compiling for Arduino...
annabunches
created branch new-button-behaviors in annabunches/arduino-joystick
2021-11-01 19:24:15 +00:00
annabunches
pushed to new-button-behaviors at annabunches/arduino-joystick
2021-11-01 19:24:15 +00:00
6a692687f5
Add BUTTON_LATCHED_MOMENTARY type, to allow a pushbutton to mimic the behavior of a toggle switch.
c37e4a6789
Add new behavior for a button that sends separate keypresses on press and release. This required a refactor of the button abstraction as well.
d44ed775df
Fix staging and burn angle.
d353181cf9
Use > instead of >=, which is bugged.
82e456be70
First pass at insertionBurn() implementation. Currently fails: complains that we can't compare two TimeStamps...
6830f23613
Improve launch sequence, add some control buttons to rocket program.
9b034aaa1a
Refactor the boot library to be a bit simpler.