Remove output vars for now, unneeded. Idea is to implement Output() to not use delays but there could be some problems especially if there are overlapping outputs. Not going to cross that bridge at this time

This commit is contained in:
Matt McWilliams 2025-12-14 06:25:45 -08:00
parent f250861344
commit cf76ce3284
1 changed files with 0 additions and 7 deletions

View File

@ -65,13 +65,6 @@ class Intval2 {
volatile unsigned long button_last[4] = {0, 0, 0, 0};
volatile unsigned long button_time = 0;
//OUTPUT VAR
volatile boolean output = false;
volatile boolean output_blink = false;
volatile uint16_t output_ms = 0;
volatile unsigned long output_time = 0;
volatile uint8_t output_count = 0;
volatile uint8_t output_i = 0;
//TIME VAR
volatile unsigned long timer;