07-08-2013 08:09 AM
Hello,
I want to know how I can change the arduino board type in run-time, because this it going to change an ENUMs (digital, analog and PWm pins that are possible to use)?
How I can change or disable ENUM's items?
Thanks
07-08-2013 09:24 AM
john.gamal2000 wrote:
Hello,
I want to know how I can change the arduino board type in run-time, because this it going to change an ENUMs (digital, analog and PWm pins that are possible to use)?
How I can change or disable ENUM's items?
Thanks
You cannot change the board type after running Init.vi. All enums are constant and should not be changed.
What exactly are you trying to do? Explain your overall goal.