Update ircommander.ino
delete comment on line that includes .h file
This commit is contained in:
parent
3377118112
commit
be37461cfb
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue