source: rtos_arduino/trunk/arduino_lib/libraries/RobotIRremote/src/IRremoteTools.h@ 136

Last change on this file since 136 was 136, checked in by ertl-honda, 8 years ago

ライブラリとOS及びベーシックなサンプルの追加.

File size: 179 bytes
Line 
1#ifndef IRREMOTETOOLS_H
2#define IRREMOTETOOLS_H
3
4extern void beginIRremote();
5
6extern bool IRrecived();
7
8extern void resumeIRremote();
9
10extern unsigned long getIRresult();
11
12#endif
Note: See TracBrowser for help on using the repository browser.