: retval = listArduinoLibraries ()
: retval = listArduinoLibraries (libtypes)

Retrieve list of all known arduino library modules that are available.

Inputs

libtypes - optional specifier for type of libraries to list.

Options are:

all

List core and addons

core

List core only libraries

addons

List addons only

When no libtypes is specified, all libraries are shown.

Outputs

retval is an cell array of string library names that are available for programming to the arduino.

See also: arduino, arduinosetup.

Package: arduino