github storage with main transciptor plugin and additional libraries for diferent arduino modules: https://github.com/LubomirJagos/LabVIEW-for-Arduino-Libraries-Packages
examples: https://github.com/LubomirJagos/LabVIEW-Universal-Transcriptor-Examples
wiki: https://github.com/LubomirJagos/LabVIEW-for-Arduino-Libraries-Packages/wiki
I installed all libraries and I am testing Blink LED example but the Arduino IDE did not like following statement generated by the VI:
"void LVSubVI_pinMode(bool output? = false,long pin_number = 0)"
expected ',' or '...' before '?' token
I was not sure on how to use your tool, I think you just run the Example VI and copy the generated code into the Arduino IDE. It will be nice if you post "How to use" example.
Thanks