Arduino Toolkit - isarduino
- :
retval =
isarduino(obj)
Check if input value is an arduino object
Function is essentially just a call of
retval = isa(obj, "arduino");
Inputs
obj - The object to check
Outputs
retval is true, if obj is an arduino object, false otherwise.
See also: arduino.