File tree 1 file changed +13
-2
lines changed
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 34
34
## for additional properties to pass to the creation of the
35
35
## arduino object .
36
36
##
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
38
49
##
39
50
## if the arduino function is called without parameters , it will scan
40
51
## for the first available arduino it can find and connect to it .
48
59
## @item name
49
60
## name assigned to the arduino object
50
61
## @item debug
51
- ## true / false flag for whether debug in turned on
62
+ ## true / false flag for whether debug is turned on
52
63
## @item forcebuildon
53
64
## true / false flag for whether to force show of the arduino IDE to
54
65
## reprogram the arduino
You can’t perform that action at this time.
0 commit comments