• considering using Tau * 1000 (tausend) - 6283, to represent potentiometer value

  • getting the values aligned between button up and down is a little difficult, but it’s likely a “close enough” situation. Not sure if its better to calculate “real change” values on the pico or in the app, will test this.

  • Get tripped up on passing a float to sleep_us, this the annoying thing about using an IDE without any kind of function / type suggestions.

  • starting to get some highly indentended code and massive functions, will need a big refactor, although once the micropython code was written (easily adapted from earlier code) the app code just needed minor updates mostly in the input system and slightly elsewhere

  • performance still seems good, works nicely with multiple controlers, but without sensible eject it definitely becomes more confusing (also green / yellow player colors are fairly close). Need to also build the physical controllers, protoboarding is super unergonomic!