diff options
| author | Selene ToyKeeper | 2020-03-16 21:58:42 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-03-16 21:58:42 -0600 |
| commit | ed3fcdb8f3363c4ccc87119c985d765bb3457515 (patch) | |
| tree | 1712d6ecdfd9370573524149817adf893346f0ce /spaghetti-monster/spaghetti-monster.txt | |
| parent | merged from fsm, mostly to get thermal regulation updates (diff) | |
| parent | removed more references to THERM_HARD_TURBO_DROP (diff) | |
| download | anduril-ed3fcdb8f3363c4ccc87119c985d765bb3457515.tar.gz anduril-ed3fcdb8f3363c4ccc87119c985d765bb3457515.tar.bz2 anduril-ed3fcdb8f3363c4ccc87119c985d765bb3457515.zip | |
merged fsm branch, mostly to get new ADC code (thermal regulation and voltage monitoring)
Diffstat (limited to 'spaghetti-monster/spaghetti-monster.txt')
| -rw-r--r-- | spaghetti-monster/spaghetti-monster.txt | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/spaghetti-monster/spaghetti-monster.txt b/spaghetti-monster/spaghetti-monster.txt index 9e051f1..434e1bc 100644 --- a/spaghetti-monster/spaghetti-monster.txt +++ b/spaghetti-monster/spaghetti-monster.txt @@ -124,14 +124,13 @@ Event types: between events. - EV_temperature_high: Sent whenever the MCU's projected temperature - is higher than therm_ceil. Minimum of THERMAL_WARNING_SECONDS - between events. The 'arg' indicates how far the temperature - exceeds the limit. + is higher than therm_ceil. Minimum of one second between events. + The 'arg' indicates how far the temperature exceeds the limit. - EV_temperature_low: Sent whenever the MCU's projected temperature is lower than (therm_ceil - THERMAL_WINDOW_SIZE). Minimum of - THERMAL_WARNING_SECONDS between events. The 'arg' indicates how - far the temperature exceeds the limit. + one second between events. The 'arg' indicates how far the + temperature exceeds the limit. Button presses: @@ -297,9 +296,6 @@ Useful #defines: - DEFAULT_THERM_CEIL: Set the temperature limit to use by default when the user hasn't configured anything. - - THERMAL_WARNING_SECONDS: How long to wait between temperature - events. - - USE_RAMPING: Enable smooth ramping helpers. - RAMP_LENGTH: Pick a pre-defined ramp by length. Defined sizes |
