Next: Matlab Compatability Classes, Previous: Arduino Sensors, Up: Function Reference [Contents][Index]
Base class used for arduino library sensors
See also: arduinoio.LibraryBase.
Base properties are expected to be inherited and overwritten in inherited classes. and are constant in order to query through the metaobject mechanism.
Parent - parent librarybase object
Constructor of base class
The return value ab is an object of the arduinio.AddonBase class.
See also: arduino, addon.
Display the addon in a verbose way.
Get the directory component of a pathname.
fullpathname filepath to get directory component of.
retval the directory part of the filename.
Get the list of files used for the building arduino library
filelist - string cell array of files for the arduino project
Base class used for arduino library plugins
See also: arduino, listArduinoLibraries, addon.
Base properties are expected to be inherited and overwritten in inherited classes and are constant in order to query through the metaobject mechanism.
LibraryName - name of the addon library
DependentLibraries - array of dependent library names that must be included when installing this plugin.
CppHeaderFile - name (if any) of header file that will be included into the arduino project when adding this library.
CppSourceFile - name (if any) of source file that will be included into the arduino project when adding this library.
CppClassName - name of the cpp class for the addon library. project when adding this library.
Pins - pins allocated to the addon
Parent - parent arduino object.
Constructor of base class
The constructor is usually not called but called indirectly from the addon function.
The return value lb is an object of the arduinio.LibraryBase class.
See also: arduino, listArduinoLibraries, addon.
Display the addon in a verbose way.
Return the configuration for a known arduino board type
Function is used to get the expected pin/board configuration for a named board type which is used to verify and identify the functionality of the board.
boardname - name of board to get configuration of ie: "uno"
retval configuration struct.
Next: Matlab Compatability Classes, Previous: Arduino Sensors, Up: Function Reference [Contents][Index]