Files
Scanning the repository...
Last update 5 years 8 months
by Tom Whitwell
PlayState.cpp#include "PlayState.h" #include "Arduino.h" void PlayState::printDebug() { Serial.print("Play State: "); Serial.print(currentChannel); Serial.print("\t"); Serial.print(nextChannel); Serial.print("\t"); Serial.print(channelChanged); Serial.print("\t"); }