diff options
| author | Selene ToyKeeper | 2020-03-16 03:19:42 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-03-16 03:19:42 -0600 |
| commit | 49f1b5ccd2033109814b99ea4650375e8f33a6be (patch) | |
| tree | 40b185f4198630a1a9377c6282db5f9e690f9cbc /spaghetti-monster/spaghetti-monster.txt | |
| parent | increased blink speed slightly, and added a library function to blink out 16-... (diff) | |
| download | anduril-49f1b5ccd2033109814b99ea4650375e8f33a6be.tar.gz anduril-49f1b5ccd2033109814b99ea4650375e8f33a6be.tar.bz2 anduril-49f1b5ccd2033109814b99ea4650375e8f33a6be.zip | |
merged some misc fixes from pakutrai, cleaned up comments, removed unused symbols
Diffstat (limited to '')
| -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 |
