Skip to content

Commit 6194938

Browse files
ineskhouMikefly123
andauthored
Change files places (#315)
Co-authored-by: Michael Pham <[email protected]>
1 parent 811fce2 commit 6194938

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+9
-80
lines changed

circuitpython-workspaces/flight-software/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies = [
1616
"adafruit-circuitpython-tca9548a @ git+https://github.com/proveskit/[email protected]",
1717
"adafruit-circuitpython-ticks==1.1.1",
1818
"adafruit-circuitpython-veml7700==2.1.4",
19+
"adafruit-circuitpython-hashlib==1.4.19",
1920
"proves-circuitpython-sx126 @ git+https://github.com/proveskit/[email protected]",
2021
"proves-circuitpython-sx1280 @ git+https://github.com/proveskit/[email protected]",
2122
]

cpython-workspaces/flight-software-unit-tests/src/unit-tests/hardware/burnwire/manager/test_burnwire.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
import pytest
1111
from digitalio import DigitalInOut
12-
1312
from pysquared.hardware.burnwire.manager.burnwire import BurnwireManager
1413
from pysquared.logger import Logger
1514

cpython-workspaces/flight-software-unit-tests/src/unit-tests/hardware/imu/manager/test_lsm6dsox_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import pytest
1313
from busio import I2C
1414
from mocks.adafruit_lsm6ds.lsm6dsox import LSM6DSOX
15-
1615
from pysquared.hardware.exception import HardwareInitializationError
1716
from pysquared.hardware.imu.manager.lsm6dsox import LSM6DSOXManager
1817
from pysquared.logger import Logger

cpython-workspaces/flight-software-unit-tests/src/unit-tests/hardware/light_sensor/manager/test_veml7700_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from unittest.mock import MagicMock, PropertyMock, patch
55

66
import pytest
7-
87
from pysquared.hardware.exception import HardwareInitializationError
98
from pysquared.hardware.light_sensor.manager.veml7700 import VEML7700Manager
109
from pysquared.logger import Logger

cpython-workspaces/flight-software-unit-tests/src/unit-tests/hardware/magnetometer/manager/test_lis2mdl_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from unittest.mock import MagicMock, PropertyMock, patch
1010

1111
import pytest
12-
1312
from pysquared.hardware.exception import HardwareInitializationError
1413
from pysquared.hardware.magnetometer.manager.lis2mdl import LIS2MDLManager
1514
from pysquared.sensor_reading.error import (

cpython-workspaces/flight-software-unit-tests/src/unit-tests/hardware/power_monitor/manager/test_ina219_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
import pytest
1212
from mocks.adafruit_ina219.ina219 import INA219
13-
1413
from pysquared.hardware.exception import HardwareInitializationError
1514
from pysquared.hardware.power_monitor.manager.ina219 import INA219Manager
1615
from pysquared.sensor_reading.current import Current

cpython-workspaces/flight-software-unit-tests/src/unit-tests/hardware/radio/manager/test_radio_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"""
77

88
import pytest
9-
109
from pysquared.hardware.radio.manager.base import BaseRadioManager
1110
from pysquared.hardware.radio.modulation import LoRa
1211

0 commit comments

Comments
 (0)