Update ircommander.ino

delete comment on line that includes .h file
This commit is contained in:
Mike Barela 2019-04-05 14:18:29 -04:00 committed by GitHub
parent 3377118112
commit be37461cfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@
uint16_t pulses[NUMPULSES][2]; // pair is high and low pulse
uint8_t currentpulse = 0; // index for pulses we're storing
#include "ircommander.h" // ir codes
#include "ircommander.h"
void setup(void) {
Serial.begin(9600);