⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 led.h

📁 DSP56F800e HYBRID Controller
💻 H
字号:




/*  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -