Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipDominec committed Jan 30, 2025
1 parent 53749cc commit a6e2b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ adc_report_values(report_code=6,

Among these attributes, the list of numbers measured by the ADC are simply accessible as ```return_values.data```. Number ```0``` corresponds to ca. 0 V, and ```4095``` to cca 3.2 V.

You can find more detailed information on the commands and reports in the ```docs/PYTHON_REFERENCE.md``` file. Note that none of these commands are explicitly listed in the python code, as they are generated dynamically by parsing the C code on startup. This eliminates redundancy between the C firmware and the Python module, and always guarantees their perfect binary compatibility.
You can find more detailed information on the commands and reports in the (docs/PYTHON_REFERENCE.md) file. Note that none of these commands are explicitly listed in the python code, as they are generated dynamically by parsing the C code on startup. This eliminates redundancy between the C firmware and the Python module, and always guarantees their perfect binary compatibility.

### Tip: Use TAB completion

Expand Down
2 changes: 1 addition & 1 deletion docs/PYTHON_REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This file was auto-generated by c_code_parser.py, using firmware code and commen

If not specified otherwise, all data types are integers.

Firmware version: 241129.
Firmware version: 250130.

Contents:

Expand Down

0 comments on commit a6e2b16

Please sign in to comment.