Merge branch 'master' into jetson-spidev
This commit is contained in:
commit
9a43dc2312
53 changed files with 13861 additions and 1325 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import sys, os
|
||||
from setuptools import setup
|
||||
|
||||
dependencies = ['Pillow', 'numpy', 'spidev']
|
||||
dependencies = ['Pillow', 'spidev']
|
||||
|
||||
if os.path.exists('/sys/bus/platform/drivers/gpiomem-bcm2835'):
|
||||
dependencies += ['RPi.GPIO']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue