- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
arm_代码(Arm_ code)
arm_代码(Arm_ code)
/ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * copyright (c) * * * * * * * * * * * * * * * * the * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * guangzou zlg - major crimes development co., ltd.
* * graduate school
* * http: / /
* *
* * 42 (12) ------------------------------------------------------------------------------- file info
* * file name: main.c
* * last modified dates: 2004 - 09 - 16
* * last version: 1.0
* * descriptions: the main () function example template
* *
* * ------------------------------------------------------------------------------------------------------
* * created by: lizhongsheng
* * created date: 2006 - 12 - 31
* * version: v2.00
* * descriptions: 演示 irq
* * ------------------------------------------------------------------------------------------------------
* * modified by: liuyanlong
* * modified date: 2007 - 08 - 18
* * version:
* * descriptions: 对代码风格和规范进行校对、调整
* *
* * rechecked by: litiantian
the * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * the * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * the * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * 功能: 使用adc模块进行电压的测量, 然后将转换结果从串口送出.
* * 上位机使用easyarm软件全仿真的dos窗口观察.
* * 说明: 1、外部调节测量电压值.
* * 2、通讯波特率115200,8位数据位, 1位停止位, 无奇偶校验.
* *
the * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * the * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
# includes config.h
# includes vic.h
# define uart _ bps 115200 / / 通讯波特率115200
# define leds (1 22) / / p3.22控制发光二极管, 低电平点亮
# define beep (1 24) / / p3.24
# define to _ din (1 26) / / p3.26
# define to _ dout (1 23) / / p3.23 设置为中断
您可能关注的文档
- 215蓄电池组安装施工工艺(215 installation and construction process of storage battery).doc
- 239本专业书籍.doc
- 23_android绑定服务进程间(23_android binding service process).doc
- 2008年普通高等学校招生全国统一考试(安徽卷)(National unified examination for general institutions of higher learning (Anhui roll) in 2008).doc
- 24个字教你用好autocad提高绘图速度的个人习惯(24 words teach you to use AutoCAD to improve the speed of drawing personal habits).doc
- 24个适合大学生的团队游戏.(24 team games for College Students).doc
- 24个适合大学生的团队游戏(24 team games for College Students).doc
- 24c02读写c语言程序(24C02 read and write C language program).doc
- 24部带有哲理性电影(24 with philosophical films).doc
- 21天习惯养成法则(21 days rule of habit formation).doc
- arm7 笔记(ARM7笔记).doc
- arm实验 万年历程序(Arm experimental calendar program).doc
- arm开发日益流行 target=_blank(Arm development is becoming more and more popular with target=_blank).doc
- asa防火墙简要手册(ASA firewall brief manual).doc
- as-i 总线技术及其应用(AS-I bus technology and its application).doc
- api 英语(API英语).doc
- ar205 209维修手册(Ar205 209 maintenance manual).doc
- asme ut-ⅱ级基础试题(asme ut - ⅱ级基础试题).doc
- asme标准中英文对照焊接术语(ASME standard English and Chinese welding terminology).doc
- at24c32 at24c56读写程序(At24c32 at24c56 read and write program).doc
文档评论(0)