A SERVICE OF

logo

iVIEW-100 Series user’s Manual, 2006, v2.0 ----- 157
#define AddrError -9
#define BlockError -10
#define WriteError -11
#define SegmentError -12
#define BaudRateError -13
#define CheckSumError -14
#define ChannelError -15
#define BaudrateError -16
#define TriggerLevelError -17
#define DateError -18
#define TimeError -19
#define TimeIsUp 1
#ifdef __cplusplus
extern "C" {
#endif
/* FOR WDT */
void EnableWDT(void);
void DisableWDT(void);
void RefreshWDT(void);
/* FOR INIT* pin */
int ReadInitPin(void);
/* For SCLK pin */
void ClockHigh(void);
void ClockHighLow(void);
void ClockLow(void);
/* For red LED */
void LedOn(void);
void LedOff(void);
void LedToggle(void);
/* For STDIO */
void Putch(int data);
void Puts(char *str);