mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Fixed robot libraries and examples for unified Arduino core
This commit is contained in:
12
libraries/RobotIRremote/IRremoteTools.h
Normal file
12
libraries/RobotIRremote/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