LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Change the arduino board type in run-time

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

0 Kudos
Message 1 of 2
(2,869 Views)

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.

0 Kudos
Message 2 of 2
(2,604 Views)