with io.open(os.path.join(here, "README.rst"), encoding="utf-8") as f:
long_description = "\n" + f.read()
with io.open(os.path.join(here, "README.rst"), encoding="utf-8") as f:
long_description = "\n" + f.read()
board_reqs = []
if os.path.exists("/proc/device-tree/compatible"):
with open("/proc/device-tree/compatible", "rb") as f:
board_reqs = []
if os.path.exists("/proc/device-tree/compatible"):
with open("/proc/device-tree/compatible", "rb") as f:
):
board_reqs = ["RPi.GPIO", "rpi_ws281x>=4.0.0"]
# BeagleBone Black, Green, PocketBeagle, BeagleBone AI, etc.
):
board_reqs = ["RPi.GPIO", "rpi_ws281x>=4.0.0"]
# BeagleBone Black, Green, PocketBeagle, BeagleBone AI, etc.
"pyftdi>=0.40.0",
"adafruit-circuitpython-typing",
"sysv_ipc>=1.1.0;sys_platform=='linux' and platform_machine!='mips'",
"pyftdi>=0.40.0",
"adafruit-circuitpython-typing",
"sysv_ipc>=1.1.0;sys_platform=='linux' and platform_machine!='mips'",