julienvoirin Posted November 25, 2008 Posted November 25, 2008 Does anyone know how to code "read the value of J5 pin0 at the start up of the midibox" ? the goal is to read the pot value without having to move it
philetaylor Posted November 26, 2008 Posted November 26, 2008 Does anyone know how to code "read the value of J5 pin0 at the start up of the midibox" ? the goal is to read the pot value without having to move itI would take a look at the MIOS_AIN_PinGet(pin) function. You can call it from Init() and it returns the value of the selected pin. There are also 7bit and seperate LSB/USB functions.CheersPhil
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now