Add dirty port of irmp library.

This commit is contained in:
Grzegorz Hetman 2017-06-14 01:00:22 +02:00
parent abe3b8fd68
commit bcb7890df2
10 changed files with 7603 additions and 0 deletions

16
extras/irmp/irmpextlog.h Normal file
View file

@ -0,0 +1,16 @@
#ifndef _IRMPEXTLOG_H
#define _IRMPEXTLOG_H
#ifdef __cplusplus
extern "C"
{
#endif
void initextlog (void);
void sendextlog (unsigned char);
#ifdef __cplusplus
}
#endif
#endif