📄 led.h
字号:
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applications *
**********************************************************************
* *
* (C) 2004 SEGGER Microcontroller Systeme GmbH *
* *
* www.segger.com Support: support@segger.com *
* *
**********************************************************************
* *
* embOS * Real time operating system for microcontrollers *
* *
**********************************************************************
----------------------------------------------------------------------
File : LED.h for LED samples
Purpose : LED interface for various starterboards and embOS LED demo
-------- END-OF-HEADER ---------------------------------------------
*/
#ifndef LED_H
#define LED.h
/*********************************************************************
*
* Functions
*
**********************************************************************
*/
void LED_Init(void);
void LED_SetLED0(void);
void LED_ClrLED0(void);
void LED_ToggleLED0(void);
void LED_SetLED1(void);
void LED_ClrLED1(void);
void LED_ToggleLED1(void);
/********************************************************************/
#endif /* not defined LED_H */
/****** EOF *********************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -