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 53ebde2c3c
commit c292b40ea2
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
}