File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Examples
1111
1212### Identifying a firmware file
1313
14- To identify which models are compatible with a specific firmware file, use the identify function .
14+ To identify which models are compatible with a specific firmware file, use the ` identify() ` method .
1515
1616``` python
1717import tycmd
@@ -24,7 +24,7 @@ Models compatible with the firmware file will be returned as a list of strings:
2424```
2525
2626### List Available Boards
27- To list all available boards, use the list_boards function .
27+ To list all available boards, use the ` list_boards() ` method .
2828
2929``` python
3030import tycmd
@@ -59,8 +59,8 @@ Details for the available boards will be returned as a list of python dictionari
5959
6060### Uploading a firmware file
6161
62- To upload a firmware file to a board, use the ` upload ` function .
63- You can address a board by its port or by its serial number.
62+ To upload a firmware file to a board, use the ` upload() ` method .
63+ You can specify a board by its port or by its serial number.
6464
6565``` python
6666import tycmd
You can’t perform that action at this time.
0 commit comments