From cbb95dba3c56773ada2477a3001622f769ef6b9c Mon Sep 17 00:00:00 2001 From: Jay Moore/NQ4T Date: Mon, 12 Sep 2022 18:57:37 +0000 Subject: [PATCH] Fix comment formatting --- hifilogix.ino | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hifilogix.ino b/hifilogix.ino index 880731c..29b1488 100644 --- a/hifilogix.ino +++ b/hifilogix.ino @@ -58,7 +58,7 @@ decode_results ircode; char txt[8]; void DontCrossTheStreams(byte op, byte x, byte i) // There's something very important I forgot to tell you. -{ // Don't cross the streams. +{ // Don't cross the streams. strcpy_P(txt, (char*)pgm_read_word(&(inputs[i]))); // Why? digitalWrite(latchPin, LOW); // It would be bad. shiftOut(dataPin, clockPin, LSBFIRST, op); // What do you mean, bad? @@ -68,8 +68,7 @@ void DontCrossTheStreams(byte op, byte x, byte i) // There's something u8g2.sendBuffer(); // your body exploding eop = op; ex = x; ei = i; // at the speed of light. // Total protonic reversal. // That's bad. - //lastbreath(); -}// Important safety tip, thanks Egon. +} // Important safety tip, thanks Egon.