Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Ran Linter
  • Loading branch information
Mikefly123 committed Dec 2, 2024
1 parent 9bdd417 commit 421cbcc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions FC_Board/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ def send_imu():
c.watchdog_pet()
f.send(IMUData)


def main():
f.beacon()

f.listen_loiter()

f.state_of_health()
Expand All @@ -73,20 +74,18 @@ def main():
f.all_face_data()
c.watchdog_pet()
f.send_face()

f.listen_loiter()

send_imu()

f.listen_loiter()

f.joke()

f.listen_loiter()




def critical_power_operations():

initial_boot()
Expand All @@ -103,7 +102,6 @@ def minimum_power_operations():
f.Short_Hybernate()



######################### MAIN LOOP ##############################
try:

Expand Down

0 comments on commit 421cbcc

Please sign in to comment.