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

📄 led.h

📁 This project should serve as an "easy start" with embOS. All pathes are relative to the project fil
💻 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 + -