mirror of https://github.com/rusefi/openblt.git
Refs #607. Add blog article link to the Python bindings README.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@582 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
9fcfc387f9
commit
d5cbf80a06
|
@ -29,7 +29,7 @@ Basic code snippet to call the BltVersionGetString()-function which displays the
|
|||
|
||||
print('LibOpenBLT version:', openblt.version_get_string())
|
||||
|
||||
Have a look at the function headers inside openblt.lib for details on how to call the functions, including examples.
|
||||
Have a look at the function headers inside openblt.lib for details on how to call the functions, including examples. A video tutorial about getting started with the Python bindings is available in this `blog article <https://www.feaser.com/en/blog/?p=208>`_.
|
||||
|
||||
|
||||
Run-time libraries
|
||||
|
|
Loading…
Reference in New Issue