File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 55import board
66import digitalio
77import microcontroller
8+ from version import __version__
9+
810from lib .proveskit_rp2350_v5b .register import Register
911from lib .pysquared .beacon import Beacon
1012from lib .pysquared .cdh import CommandDataHandler
2123from lib .pysquared .rtc .manager .microcontroller import MicrocontrollerManager
2224from lib .pysquared .sleep_helper import SleepHelper
2325from lib .pysquared .watchdog import Watchdog
24- from version import __version__
2526
2627boot_time : float = time .time ()
2728
Original file line number Diff line number Diff line change 11import board
22import digitalio
33from busio import SPI
4+
45from lib .proveskit_ground_station .proveskit_ground_station import GroundStation
56from lib .pysquared .cdh import CommandDataHandler
67from lib .pysquared .config .config import Config
You can’t perform that action at this time.
0 commit comments