mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
6
support/testing/tests/package/sample_python_can.py
Normal file
6
support/testing/tests/package/sample_python_can.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import can
|
||||
|
||||
msg = can.Message(arbitration_id=0xc0ffee,
|
||||
data=[0, 25, 0, 1, 3, 1, 4, 1],
|
||||
is_extended_id=True)
|
||||
assert(msg is not None)
|
||||
Reference in New Issue
Block a user