move comment about 'or else' chips that use TIMER2.

This commit is contained in:
Marc MERLIN
2017-03-31 22:01:31 -07:00
parent eae9de4307
commit 6b8f2bdbfc
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ decode_results results;
void setup()
{
Serial.begin(115200);
Serial.begin(9600);
irrecv.enableIRIn(); // Start the receiver
}