config.h
来自「HID USB键盘单片机固件程序」· C头文件 代码 · 共 30 行
H
30 行
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/blog/computer00
http://computer00.21ic.org
感谢PCB赞助商——电子园: http://bbs.cepark.com/
config.h file
作者:电脑圈圈
建立日期: 2008.06.27
修改日期: 2008.07.10
版本:V1.1
版权所有,盗版必究。
Copyright(C) 电脑圈圈 2008-2018
All rights reserved
*******************************************************************/
#ifndef __CONFIG_H__
#define __CONFIG_H__
#define Fclk 22118400UL /*使用22.1184M晶体*/
#define BitRate 9600UL /*波特率定义为9600*/
#define DEBUG0
#define DEBUG1
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?