Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/flight-software/lib/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ adafruit-circuitpython-rfm==1.0.3
adafruit-circuitpython-tca9548a @ git+https://github.com/proveskit/[email protected]
adafruit-circuitpython-ticks==1.1.1
adafruit-circuitpython-veml7700==2.0.2
adafruit-circuitpython-hashlib==1.4.19
Adafruit_CircuitPython_MCP230xx
proves-circuitpython-rv3028 @ git+https://github.com/proveskit/[email protected]
proves-circuitpython-sx1280 @ git+https://github.com/proveskit/[email protected]
3 changes: 3 additions & 0 deletions src/flight-software/repl.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from lib.pysquared.beacon import Beacon
from lib.pysquared.cdh import CommandDataHandler
from lib.pysquared.config.config import Config
from lib.pysquared.file_validation.manager.file_validation import FileValidationManager
from lib.pysquared.hardware.burnwire.manager.burnwire import BurnwireManager
from lib.pysquared.hardware.busio import _spi_init, initialize_i2c_bus
from lib.pysquared.hardware.digitalio import initialize_pin
Expand Down Expand Up @@ -203,6 +204,8 @@ def all_faces_on():
load_switch_4.enable_load()


file_validator = FileValidationManager(logger)

## Face Sensor Stuff ##

# This is the TCA9548A I2C Multiplexer
Expand Down