File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515import board
1616import digitalio
1717import microcontroller
18- from version import __version__
19-
2018from lib .proveskit_rp2350_v5a .register import Register
2119from lib .pysquared .beacon import Beacon
2220from lib .pysquared .cdh import CommandDataHandler
3331from lib .pysquared .rtc .manager .microcontroller import MicrocontrollerManager
3432from lib .pysquared .sleep_helper import SleepHelper
3533from lib .pysquared .watchdog import Watchdog
34+ from version import __version__
3635
3736boot_time : float = time .time ()
3837
Original file line number Diff line number Diff line change 2525
2626import os
2727
28- from version import __version__
29-
3028from lib .adafruit_drv2605 import DRV2605 ### This is Hacky V5a Devel Stuff###
3129from lib .adafruit_mcp230xx .mcp23017 import (
3230 MCP23017 , ### This is Hacky V5a Devel Stuff###
5149from lib .pysquared .rtc .manager .microcontroller import MicrocontrollerManager
5250from lib .pysquared .sleep_helper import SleepHelper
5351from lib .pysquared .watchdog import Watchdog
52+ from version import __version__
5453
5554rtc = MicrocontrollerManager ()
5655
Original file line number Diff line number Diff line change 11import board
22import digitalio
3-
43from lib .proveskit_ground_station .proveskit_ground_station import GroundStation
54from lib .pysquared .cdh import CommandDataHandler
65from lib .pysquared .config .config import Config
You can’t perform that action at this time.
0 commit comments