Files
SyncHome/trunk/Arduino/sketch_pro_IR_3/irmpextlog.h
2023-03-13 09:05:51 +00:00

17 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