julienvoirin Posted November 25, 2008 Report Share 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 Quote Link to comment Share on other sites More sharing options...
philetaylor Posted November 26, 2008 Report Share 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.