Skip to content

Commit 02e68b6

Browse files
Added additional documentation
1 parent 83990c9 commit 02e68b6

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.rst

+19-19
Original file line numberDiff line numberDiff line change
@@ -599,25 +599,25 @@ When **Arduino CMake** is configured properly, these options are defined:
599599
Miscellaneous Functions
600600
~~~~~~~~~~~~~~~~~~~~~~~
601601

602-
| print_board_list()
603-
|
604-
| Print list of detected Arduino Boards.
605-
|
606-
| print_programmer_list()
607-
|
608-
| Print list of detected Programmers.
609-
|
610-
| print_programmer_settings(PROGRAMMER)
611-
|
612-
| PROGRAMMER - programmer id
613-
|
614-
| Print the detected Programmer settings.
615-
|
616-
| print_board_settings(ARDUINO_BOARD)
617-
|
618-
| ARDUINO_BOARD - Board id
619-
|
620-
| Print the detected Arduino board settings.
602+
print_board_list():
603+
604+
Print list of detected Arduino Boards.
605+
606+
print_programmer_list():
607+
608+
Print list of detected Programmers.
609+
610+
print_programmer_settings(PROGRAMMER):
611+
612+
PROGRAMMER - programmer id
613+
614+
Print the detected Programmer settings.
615+
616+
print_board_settings(ARDUINO_BOARD):
617+
618+
ARDUINO_BOARD - Board id
619+
620+
Print the detected Arduino board settings.
621621

622622

623623

0 commit comments

Comments
 (0)