Skip to content

Commit

Permalink
Merge Orpheus edition into main (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Pham <[email protected]>
Co-authored-by: DeathStar <[email protected]>
Co-authored-by: DeathStar <[email protected]>
Co-authored-by: Cameron <[email protected]>
Co-authored-by: Alex Mariano <[email protected]>
  • Loading branch information
6 people authored Dec 19, 2024
1 parent be164be commit 1291bdf
Show file tree
Hide file tree
Showing 50 changed files with 9,020 additions and 1,895 deletions.
6 changes: 3 additions & 3 deletions Batt_Board/can_test.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from pysquared_eps import cubesat as c
import battery_functions
from pysquared import cubesat as c
import functions
import can_bus_helper
import time

f = battery_functions.functions(c)
f = functions.functions(c)

cb = can_bus_helper.CanBusHelper(c.can_bus, f, True)

Expand Down
6 changes: 3 additions & 3 deletions Batt_Board/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

except Exception as e:
print(e)
time.sleep(10)
microcontroller.on_next_reset(microcontroller.RunMode.NORMAL)
microcontroller.reset()
# time.sleep(10)
# microcontroller.on_next_reset(microcontroller.RunMode.NORMAL)
# microcontroller.reset()
365 changes: 0 additions & 365 deletions Batt_Board/lib/Big_Data.py

This file was deleted.

Loading

0 comments on commit 1291bdf

Please sign in to comment.