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:
12
libraries/RobotIRremote/src/IRremoteTools.h
Normal file
12
libraries/RobotIRremote/src/IRremoteTools.h
Normal 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
|
Reference in New Issue
Block a user