Arduino Toolkit - arduino_bistsetup
- :
retval =
arduino_bistsetup()
- :
retval =
arduino_bistsetup(propertyname, propertyvalue)
Install on an arduino the required core libraries to run the BIST tests
As part of the setup, the arduino IDE will be opened to allow programming the arduino board.
Inputs
propertyname, propertyvalue - A sequence of property name/value pairs can be given to set defaults while programming.
Currently the following properties can be set:
- arduinobinary
The value should be the name/path of the arduino IDE binary for programming. If not specified, the function will attempt to find the binary itself.
- debug
Set the debug flag when checking the arduino
Outputs
retval - return 1 if everything installed ok
See also: arduino, arduinosetup.