2015-06-01 18:24:41 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_CAN
|
|
|
|
bool "python-can"
|
2017-05-16 15:56:27 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_SQLITE if BR2_PACKAGE_PYTHON # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON3_SQLITE if BR2_PACKAGE_PYTHON3 # runtime
|
2015-06-01 18:24:41 +02:00
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
This module provides controller area network support for
|
|
|
|
Python.
|
2015-06-01 18:24:41 +02:00
|
|
|
|
|
|
|
https://bitbucket.org/hardbyte/python-can
|