File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 55import board
66import digitalio
77import microcontroller
8- from version import __version__
9-
108from lib .proveskit_rp2350_v5b .register import Register
119from lib .pysquared .beacon import Beacon
1210from lib .pysquared .cdh import CommandDataHandler
2321from lib .pysquared .rtc .manager .microcontroller import MicrocontrollerManager
2422from lib .pysquared .sleep_helper import SleepHelper
2523from lib .pysquared .watchdog import Watchdog
24+ from version import __version__
2625
2726boot_time : float = time .time ()
2827
Original file line number Diff line number Diff line change 1515
1616import os
1717
18- from version import __version__
19-
2018from lib .adafruit_mcp230xx .mcp23017 import (
2119 MCP23017 , # This is Hacky V5a Devel Stuff###
2220)
4341from lib .pysquared .rtc .manager .microcontroller import MicrocontrollerManager
4442from lib .pysquared .sleep_helper import SleepHelper
4543from lib .pysquared .watchdog import Watchdog
44+ from version import __version__
4645
4746rtc = MicrocontrollerManager ()
4847
Original file line number Diff line number Diff line change 11import board
22import digitalio
33from busio import SPI
4-
54from lib .proveskit_ground_station .proveskit_ground_station import GroundStation
65from lib .pysquared .cdh import CommandDataHandler
76from lib .pysquared .config .config import Config
You can’t perform that action at this time.
0 commit comments