07-09-2013 02:15 AM
Hi, I'm new to LabVIEW Interface for arduino and was wondering how I can turn off the onboard LED, because it seems when i upload the firmware to the arduino board it sets pin 13 high
07-09-2013 09:12 AM
I've not experience this issue before but you can manually turn it off after you run Init.vi. Simply set the pin mode to output and then write false to that same pin.
07-10-2013 06:11 AM
thanks it worked