?? dipled.h
字號(hào):
#ifndef __DIPLED_H__
#define __DIPLED_H__
/*
* Functions to access the CPLD controlled DIP and LED
*
* 31May07 .. initial version
*
* Note:
* - work for Large Memory Model only
* - to work in Small Memory Model, we need to use
* the far_peek & far_poke (to be supported)
* - ..
*/
unsigned short DSK_DIP_read(unsigned short dip_num);
unsigned short DSK_DIP_read_all(void);
void DSK_LED_on(unsigned short led_num);
void DSK_LED_off(unsigned short led_num);
void DSK_LED_set(unsigned short led_pat);
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -