?? led.h
字號(hào):
//----------------------------------------------------//
//-------Institute Of Computing Technology-----------//
//------------Chinese Academic Science---------------//
//-----中國(guó)科學(xué)院計(jì)算技術(shù)研究所先進(jìn)測(cè)試技術(shù)實(shí)驗(yàn)室-----//
//----------------------------------------------------//
// **************************************************
// * @copyright:nbicc_lpp
// * @this is LED driver code head
// * @author zhouqiang (zhouhongren@163.com)
// * liulingyi (lingyiliu@ict.ac.cn)
// * @data:2005.11.05
// * @version:0.0.1
// * @updata:$
// **************************************************
#ifndef LED_H
#define LED_H
#include "top.h"
//------------------------led
extern uint8_t Leds_init(void);
uint8_t Leds_yellowOn(void);
uint8_t Leds_yellowOff(void);
uint8_t Leds_yellowToggle(void);
uint8_t Leds_greenOn(void);
uint8_t Leds_greenOff(void);
uint8_t Leds_greenToggle(void);
uint8_t Leds_redOn(void);
uint8_t Leds_redOff(void);
uint8_t Leds_redToggle(void);
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -