Subversion Repositories zxusbnet

Rev

Rev 152 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 152 Rev 153
Line 7... Line 7...
7
unsigned char get_evo_rtc(unsigned char addr);
7
unsigned char get_evo_rtc(unsigned char addr);
8
void wiz_reset(void);  
8
void wiz_reset(void);  
9
void DelayMs(unsigned char nFactor);
9
void DelayMs(unsigned char nFactor);
10
unsigned char getkey(void);
10
unsigned char getkey(void);
11
 
11
 
12
#define SL811_RESET() output(0x81ab,0x00);output(0x83ab,0x20);halt()
-
 
13
12
#define SL811_RESET() output(0x82ab,input(0x82ab)&0xbf);output(0x83ab,0x20);halt()
-
 
13
14
14