- Fixes a bug in the debouncing algorithm that occurs when the switch is released within the debounce interval; this only presented itself when working with bouncier switches that require a longer debounce window
- Updates to a newer version of embassy, which removes some annoying generics and simplifies our code