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

📄 app_boardloadctrl.h

📁 BCM 控制demo源代码
💻 H
字号:
/*******************************************************************************/
/**
Copyright (c) 2007 Freescale Semiconductor
\file       app_boardLoadCtrl.h
\brief      Main board control function prototypes
\author     Freescale Semiconductor
\author     rc574c
\version    0.1
\date       May/2007
*/
/*******************************************************************************/

#ifndef _APP_BOARDLOADCTRL_H_
#define _APP_BOARDLOADCTRL_H_

// Keyboard controls system variables
void app_demoKeyboardState(void);
// Main board control 
void app_boardLoadCtrl(void);

#endif _APP_BOARDLOADCTRL_H_

⌨️ 快捷键说明

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