2023-02-10 |
add logic to handle bad/unreadable temp probes, document same, minor typo fixes in docs
tundra
committed
on 10 Feb 2023
|
---|---|
2022-07-15 |
update code comment to correctly note newer, wider temp range than original implementation
tundra
committed
on 15 Jul 2022
|
2021-01-19 |
turn off DEBUG by default, add section to docs on calibration
tundra
committed
on 19 Jan 2021
|
2020-11-25 |
adjust interval beep to be less obnoxious, update copyright date
tundra
committed
on 25 Nov 2020
|
adjust interval beep to be less obnoxious
tundra
committed
on 25 Nov 2020
|
|
make dimmest setting default for both LEDs in all profiles
tundra
committed
on 25 Nov 2020
|
|
2020-11-24 |
add pix of finished timer
tundra
committed
on 24 Nov 2020
|
2020-11-08 |
corrected doc to indicate that pullups are 5V not 3.3V
tundra
committed
on 8 Nov 2020
|
2018-08-03 |
add notes on how to configure new OS image in TODO
tundra
committed
on 3 Aug 2018
|
2018-07-08 |
update the documentation and comments to reflect this code is stable
tundra
committed
on 8 Jul 2018
|
2018-07-07 |
add audible alert for out-of-range temps in compensating profiles; allow bigger inter-measurement temperature jumps from probe as being valid
tundra
committed
on 7 Jul 2018
|
expand temperature compensation range to 65F to 85F and updates tables accordingly
tundra
committed
on 7 Jul 2018
|
|
remove unnecessary compensation lookup table for realtime
tundra
committed
on 7 Jul 2018
|
|
2018-07-04 |
consolidate debug output into one location, remove beep() debug output
tundra
committed
on 4 Jul 2018
|
store remaining global variables as function statics
tundra
committed
on 4 Jul 2018
|
|
make current temperature an attribute of the monitor_temp function instead of a global
tundra
committed
on 4 Jul 2018
|
|
put main timing loop on its own thread
tundra
committed
on 4 Jul 2018
|
|
2018-06-03 | |
display temperature sentinel at startup
tundra
committed
on 3 Jun 2018
|
|
2018-05-28 |
collapse profile switch handling into a single thread, further reorg of supporting functions
tundra
committed
on 28 May 2018
|
2018-05-23 |
consolidate temperature monitoring into a single thread, slight reordering of subroutine definitions
tundra
committed
on 23 May 2018
|
2018-05-19 |
add README.md
tundra
committed
on 19 May 2018
|
continuously monitor profile switch allowing user to change it while running, update todos with cleanup tasks
tundra
committed
on 19 May 2018
|
|
fix display dimming based on profile switch setting at boot and timer start
tundra
committed
on 19 May 2018
|
|
add logic to read the profile selection switch
tundra
committed
on 19 May 2018
|
|
parameterize beep() to use different sounds for start/stop and interval alarms
tundra
committed
on 19 May 2018
|
|
2018-05-13 |
added time/temp spreadsheet to repo, trimmed todos
tundra
committed
on 13 May 2018
|
2018-05-12 |
audible alert on start/stop, simplify beep sound
tundra
committed
on 12 May 2018
|