File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
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-
31- # from lib.pysquared.Big_Data import AllFaces ### This is Hacky V5a Devel Stuff###
30+ from lib .pysquared .Big_Data import AllFaces ### This is Hacky V5a Devel Stuff###
3231from lib .pysquared .cdh import CommandDataHandler
3332from lib .pysquared .config .config import Config
3433from lib .pysquared .hardware .busio import _spi_init , initialize_i2c_bus
@@ -258,7 +257,7 @@ def all_faces_on():
258257
259258tca = TCA9548A (i2c1 , address = int (0x77 ))
260259
261- # all_faces = AllFaces(tca, logger)
260+ all_faces = AllFaces (tca , logger )
262261
263262## Onboard Temp Sensor ##
264263mcp = MCP9808 (i2c1 , address = 30 ) # Not working for some reason
You can’t perform that action at this time.
0 commit comments