1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-22 08:22:04 +03:00

RobotIRremote library to the new format

This commit is contained in:
Fede85
2013-09-10 17:30:58 +02:00
parent 3a4695fd09
commit 876211ae8d
8 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#ifndef IRREMOTETOOLS_H
#define IRREMOTETOOLS_H
extern void beginIRremote();
extern bool IRrecived();
extern void resumeIRremote();
extern unsigned long getIRresult();
#endif