]> cloudbase.mooo.com Git - irmp.git/blob - irmpextlog.h
Version 2.9.7: added port to to ESP8266 and TEENSY, added PANASONIC protocol, added...
[irmp.git] / irmpextlog.h
1 #ifndef _IRMPEXTLOG_H
2 #define _IRMPEXTLOG_H
3
4 #ifdef __cplusplus
5 extern "C"
6 {
7 #endif
8
9 void initextlog (void);
10 void sendextlog (unsigned char);
11
12 #ifdef __cplusplus
13 }
14 #endif
15
16 #endif