led.h

来自「DSP56F800e HYBRID Controller」· C头文件 代码 · 共 30 行

H
30
字号




/*  metrowerks sample code  */



#ifndef	_LED_H
#define _LED_H

void initLED();
void onLED(int element);
void offLED(int element);

void onLED_1();
void onLED_2();
void onLED_3();
void onLED_4();
void onLED_5();
void onLED_6();
void offLED_1();
void offLED_2();
void offLED_3();
void offLED_4();
void offLED_5();
void offLED_6();


#endif /* _LED_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?