mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-27 08:46:01 -04:00
Quick and dirty temperature logger, debug view of temp vs. time.
This commit is contained in:
parent
750506b33e
commit
86edf01def
8 changed files with 206 additions and 3 deletions
|
@ -129,6 +129,8 @@ private:
|
|||
|
||||
void handle_rtc_tick() {
|
||||
sd_card::poll_inserted();
|
||||
|
||||
portapack::temperature_logger.second_tick();
|
||||
}
|
||||
|
||||
static ui::Widget* touch_widget(ui::Widget* const w, ui::TouchEvent event) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue