tick() => isr() to spotlight interrupt-time

This commit is contained in:
Scott Lahteine
2021-04-08 15:43:16 -05:00
parent 1114bdbb04
commit 6ab7baa413
3 changed files with 8 additions and 10 deletions

View File

@@ -600,8 +600,8 @@ class Temperature {
/**
* Called from the Temperature ISR
*/
static void isr();
static void readings_ready();
static void tick();
/**
* Call periodically to manage heaters