fixes to sw spi. adafruit 31855 now works with sw spi and autodetect of it. also fixed ziplogs to use cat.

This commit is contained in:
jason bruce
2023-12-01 15:00:04 -05:00
parent bf6c72bba4
commit 07ea69cdb2
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import config
import os
import digitalio
import busio
import bitbangio
import adafruit_bitbangio as bitbangio
import statistics
log = logging.getLogger(__name__)