File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1- PYSQUARED_VERSION ?= v2.0.0-alpha-25w26-2
1+ PYSQUARED_VERSION ?= v2.0.0-alpha-25w29
22PYSQUARED ?= git+https://github.com/proveskit/pysquared@$(PYSQUARED_VERSION )
33BOARD_MOUNT_POINT ?= ""
44BOARD_TTY_PORT ?= ""
Original file line number Diff line number Diff line change 11class Register :
22 boot_count = 0
33 error_count = 1
4+ message_count = 2
Original file line number Diff line number Diff line change 109109 logger ,
110110 uhf_radio ,
111111 config .radio .license ,
112+ Counter (Register .message_count ),
112113 0.2 ,
113114 )
114115
Original file line number Diff line number Diff line change 1515
1616import os
1717
18- from lib .adafruit_drv2605 import DRV2605 ### This is Hacky V5a Devel Stuff###
18+ from lib .adafruit_drv2605 import DRV2605 # This is Hacky V5a Devel Stuff###
1919from lib .adafruit_mcp230xx .mcp23017 import (
20- MCP23017 , ### This is Hacky V5a Devel Stuff###
20+ MCP23017 , # This is Hacky V5a Devel Stuff###
2121)
22- from lib .adafruit_mcp9808 import MCP9808 ### This is Hacky V5a Devel Stuff###
23- from lib .adafruit_tca9548a import TCA9548A ### This is Hacky V5a Devel Stuff###
24- from lib .adafruit_veml7700 import VEML7700 ### This is Hacky V5a Devel Stuff###
22+ from lib .adafruit_mcp9808 import MCP9808 # This is Hacky V5a Devel Stuff###
23+ from lib .adafruit_tca9548a import TCA9548A # This is Hacky V5a Devel Stuff###
24+ from lib .adafruit_veml7700 import VEML7700 # This is Hacky V5a Devel Stuff###
2525
2626# from lib.pysquared.Big_Data import AllFaces ### This is Hacky V5a Devel Stuff###
2727from lib .pysquared .beacon import Beacon
117117 logger ,
118118 uhf_radio ,
119119 config .radio .license ,
120+ Counter (2 ),
120121 0.2 ,
121122)
122123
Original file line number Diff line number Diff line change 3636 logger ,
3737 radio ,
3838 config .radio .license ,
39+ Counter (2 ),
3940 0.2 ,
4041)
4142
You can’t perform that action at this time.
0 commit comments