Skip to content

Commit 60b4f1d

Browse files
committed
Update docs for known arduino input properties
1 parent 1f62ec4 commit 60b4f1d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

inst/@arduino/arduino.m

+13-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,18 @@
3434
## for additional properties to pass to the creation of the
3535
## arduino object.
3636
##
37-
## Currently properties are ignored.
37+
## Currently properties are ignored, with the exception of:
38+
## @table @asis
39+
## @item debug
40+
## true / false flag for whether setting debug (default false)
41+
## @item forcebuildon
42+
## true / false flag for whether to force show of the arduino IDE to
43+
## rebuild the installed code on the arduino (default false)
44+
## @item baudrate (read only)
45+
## the communications baudrate to the board. (default 9600)
46+
## @item libraries
47+
## The libraries to be enabled on the arduino board. (default uses whatever is already installed)
48+
## @end table
3849
##
3950
## if the arduino function is called without parameters, it will scan
4051
## for the first available arduino it can find and connect to it.
@@ -48,7 +59,7 @@
4859
## @item name
4960
## name assigned to the arduino object
5061
## @item debug
51-
## true / false flag for whether debug in turned on
62+
## true / false flag for whether debug is turned on
5263
## @item forcebuildon
5364
## true / false flag for whether to force show of the arduino IDE to
5465
## reprogram the arduino

0 commit comments

Comments
 (0)