1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/libraries/RobotIRremote/IRremoteTools.h

12 lines
179 B
C

#ifndef IRREMOTETOOLS_H
#define IRREMOTETOOLS_H
extern void beginIRremote();
extern bool IRrecived();
extern void resumeIRremote();
extern unsigned long getIRresult();
#endif