Fix comment formatting

master
Jay 2 years ago
parent 69a70fcf1d
commit cbb95dba3c

@ -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.

Loading…
Cancel
Save