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 #11

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

silveirago commented 4 years ago

Thanks man, I'm just now getting used to forks and stuff here in Github!