silveirago / traktorino

The open-source DIY MIDI Controller for DJs.
162 stars 36 forks source link

fixes button reads from digital pins; enables browse encoder click #10

Closed rasprague closed 4 years ago

rasprague commented 4 years ago

added pinMode(..., INPUT_PULLUP) on buttons attached to digital pins in setup()

added a button on pin 9 to enable browse encoder click detection

rasprague commented 4 years ago

fixes button reads from digital pins; enables browse encoder click