1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-22 08:22:04 +03:00
Files
esp8266/libraries/RobotIRremote/src/IRremoteTools.h
2013-09-10 17:30:58 +02:00

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