esp-open-rtos/extras/irmp/irmpextlog.h

17 lines
201 B
C
Raw Normal View History

2017-06-13 23:00:22 +00:00
#ifndef _IRMPEXTLOG_H
#define _IRMPEXTLOG_H
#ifdef __cplusplus
extern "C"
{
#endif
void initextlog (void);
void sendextlog (unsigned char);
#ifdef __cplusplus
}
#endif
#endif