Sign in
android-kvm
/
buildroot
/
192829cf0dc1230e5b21d3629d3e1e371b9467a1
/
.
/
support
/
testing
/
tests
/
package
/
sample_python_can.py
blob: c5808be61987f42e8082e43e20ba0fd0c4369dac [
file
] [
log
] [
blame
]
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
)