esp-open-rtos/extras/irmp/irmpextlog.h
2017-06-14 01:00:22 +02:00

16 lines
201 B
C

#ifndef _IRMPEXTLOG_H
#define _IRMPEXTLOG_H
#ifdef __cplusplus
extern "C"
{
#endif
void initextlog (void);
void sendextlog (unsigned char);
#ifdef __cplusplus
}
#endif
#endif