21 lines
606 B
C
21 lines
606 B
C
#ifndef _wonx_h_INCLUDED_
|
|
#define _wonx_h_INCLUDED_
|
|
|
|
#include "WonXDisplay.h"
|
|
#include "WonXText.h"
|
|
#include "WonXSystem.h"
|
|
#include "WonXSerialPort.h"
|
|
|
|
/*****************************************************************************/
|
|
/* ¥Ç¥£¥¹¥×¥ì¥¤¤Î³ÎÊÝ */
|
|
/*****************************************************************************/
|
|
|
|
int WonX_IsCreated(void);
|
|
void WonX_Create(void);
|
|
WonXDisplay WonX_GetWonXDisplay(void);
|
|
WonXText WonX_GetWonXText(void);
|
|
WonXSystem WonX_GetWonXSystem(void);
|
|
WonXSerialPort WonX_GetWonXSerialPort(void);
|
|
|
|
#endif
|