add RPi.GPIO to requirements

This commit is contained in:
jason bruce 2023-12-01 15:14:56 -05:00
parent 07ea69cdb2
commit e0d2aacfe3

View File

@ -6,6 +6,11 @@ gevent-websocket
websocket-client websocket-client
requests requests
# for folks running raspberry pis
# we have no proof of anyone using another board yet, but when that
# happens, you might want to comment this out.
RPi.GPIO
# List of all supported adafruit modules for thermocouples # List of all supported adafruit modules for thermocouples
adafruit-circuitpython-max31855 adafruit-circuitpython-max31855
adafruit-circuitpython-max31856 adafruit-circuitpython-max31856