/*******************************************************/ /* */ /* Library for I-7188XC. */ /* */ /*******************************************************/ Important notice: (A) must call InitLib(); first. ===================================================================== == [Ver 2.01] ======================================================= ===================================================================== [2005/07/05] Add functions for the EEPROm on the X-board. (XEE_nnnn() series functions.) These functions will be used in the X-board library. [2005/05/27] Add two functions: int SetDelayTimer(int no); int SetUserTimer(int no); for seting the timer used by the delay functions: Delay()/Delay_1()/Delay_2() & InstallUserTimerFunction_us()/InstallUserTimerFunction_ms(). By defualt all these functions will use timer 0, Now it can be set to use timer 1. [2005/05/23] 1.Add function ReceiveResponseFrom7000_1(). [2005/02/21] 1. Add the function AllocateTopMemory(). 2. Add the variables LsrError_3,LsrError_4. [2004/09/09]([2004/1013] make this version) 1.Add "setvbuf(stdout,NULL,_IONBF,0);" to the function InitLib(). Then user's program can call printf()/puts() & work well. (The OS need update to the date 2004/09/09 or later. Old version also will work, but will lost the last byte it print out.) 2.Add a variable "bLfMode" for Putch()/Puts()/Print(). when bLfMode is set to 1, these functions will translate '\n' to '\r'+'\n'. The default value of bLfMode is set to 0. [2004/07/05] 1.fix bug for ReadComn_3()/ReadComn_4() [2004/03/08] 1.fix bug for EnableWDT()/DisableWDT().