TJREVERB / pfs

Flight software for TJREVERB's nanosat.
7 stars 5 forks source link

Bug 16 #30

Closed sparthaje closed 4 years ago

sparthaje commented 5 years ago

Properly handle power switching

Issue #16

Description

Added a thread to contain the power_watchdog method.

Steps to Reproduce

  1. Change get_battery_bus_volts in eps/ init .py to from random import randint power_levels = [8.2, 7.6, 0] pl = randint(0, 2) return power_levels[pl]

  2. Run start from core module

Affected Areas

abagali1 commented 5 years ago

also, can you delete .pylintrc and the scripts/ directory before merging