File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2727)
2828from lib .adafruit_mcp9808 import MCP9808 ### This is Hacky V5a Devel Stuff###
2929from lib .adafruit_tca9548a import TCA9548A ### This is Hacky V5a Devel Stuff###
30- from lib .pysquared .Big_Data import AllFaces ### This is Hacky V5a Devel Stuff###
30+
31+ # from lib.pysquared.Big_Data import AllFaces ### This is Hacky V5a Devel Stuff###
3132from lib .pysquared .cdh import CommandDataHandler
3233from lib .pysquared .config .config import Config
3334from lib .pysquared .hardware .busio import _spi_init , initialize_i2c_bus
@@ -257,7 +258,7 @@ def all_faces_on():
257258
258259tca = TCA9548A (i2c1 , address = int (0x77 ))
259260
260- all_faces = AllFaces (tca , logger )
261+ # all_faces = AllFaces(tca, logger)
261262
262263## Onboard Temp Sensor ##
263264mcp = MCP9808 (i2c1 , address = 30 ) # Not working for some reason
You can’t perform that action at this time.
0 commit comments