1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add python-smbus2 package

This commit is contained in:
j1nx
2021-05-05 11:09:27 +02:00
parent 7e758f7e12
commit 4c0b9957be
5 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_SMBUS2
bool "python-smbus2"
help
smbus2 is a drop-in replacement for smbus-cffi/smbus-python
in pure Python.
https://github.com/kplindegaard/smbus2