aboutsummaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/bitratebox.py
Commit message (Collapse)AuthorAgeFilesLines
* Python-3.10: Allow the new syntax for Python 3.9Christian Tismer2024-06-201-0/+1
| | | | | | | | Add a future statement to all Python source files. Task-number: PYSIDE-2786 Change-Id: Icd6688c7795a9e16fdcaa829686d57792df27690 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
* Add the can bus exampleFriedemann Kleint2022-10-171-0/+55
Task-number: PYSIDE-841 Change-Id: I006440da862305348f782d8dcacc824395734bb5 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>