- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
松翰c语言(项目)例程(Sonix C language routines (project))
松翰c语言(项目)例程(Sonix C language routines (project))
Sonix C language routines (project)
Later, for the convenience of MCU friends of SCM project development, I will choose some simple practical projects published in the forum, including Sonix, elan, Hetai singlechip C language program.
The only requirement is to reprint a friend pointed out that reproduced at.
Statement: This routine is a motor speed adjustable timer products, we provide users reference, reproduced please indicate clearly reproduced at.
/*------------ - sn8p2602B
2009-07-014
Functions: timer output, there are three buttons, three LED display, 00-40 minutes to select the timing output file, 1-4 strength.
Preparation: Zhongshan Pakistan closed electronic studio lcsome
Technical support:
Modify the reason: because the re layout, increase light even eliminate the lightning, and update key arrangement
//-------------------------------
Modify reason: revise the power on, do not show. The completion of the countdown, 5 seconds without operation automatically and display.
Revision date: 2009.10.9
Modify the reason: customers reflect the variable level, not by accumulating to increase, but according to each stage of growth
Revision date: 2009.10.13
* /
*
Noise_Filter Disable
Security Enable
Fcpu Fosc/2
Watch_Dog Enable
Reset_pin P15
LVC LVD_L
HiCLK 4M
* /
#include sn8p2602b.h
#define uint unsigned int
#define uchar unsigned char
Struct bitDefine{
Unsigned bit0:1;
Unsigned bit1:1;
Unsigned bit2:1;
Unsigned bit3:1;
Unsigned bit4:1;
Unsigned bit5:1;
Unsigned bit6:1;
Unsigned bit7:1;
}flag1;
/ /
#define run (flag1.bit0) / /
#define key_mode_last (flag1.bit1) / /
#define key_power_last (flag1.bit2) / /
#define key_delay_last (flag1.bit3) / /
#define time_10ms_flag (flag1.bit4)
#define sync_last (flag1.bit5) / / synchronous detection
//#define display_enable (flag1.bit6)
#define LED (flag1.bit6)
#define _nop (__asm{nop})
#define _clrwdt ([email=__asm{@RST_WDT]__asm{@RST_WDT[/email]})
*
//****************************
您可能关注的文档
- 市2005年工作汇报及2006年工作打算(City 2005 work report and work plan for 2006).doc
- 屋顶花园的防水需注意的问题(Problems needing attention in waterproof of Roof Garden).doc
- 市场决策2(Market decision 2).doc
- 市场决策(Market decision).doc
- 市场化_人文视野_信仰_二_生命化教育_三_省略__博友座谈会上的讲话_2007(The market _ _ faith _ two _ humanistic view of life education _ three _ ellipsis __ blog forum speech _2007).doc
- 市场化_人文视野_信仰_一_生命化教育_三题(The market _ _ faith _ _ humanistic view of life education a _ three questions).doc
- 小语中年级前期讲读课文——教学谈(The language in the early grade reading text -- on Teaching).doc
- 市场推进决策的制定程序(Market decision making process).doc
- 市场化_人文视野_信仰_二_生命化教育_三_省略__博友座谈会上的讲话(The market _ _ faith _ two _ humanistic view of life education _ three _ ellipsis __ blog forum speech).doc
- 市场经济辩论(Market economy debate).doc
- 晚期癌症创造癌症奇迹—防癌抗癌必读(Advanced cancer to create cancer miracle - cancer prevention must read).doc
- 树立正确的质量观(Set up the correct view of quality).doc
- 校园美容,这块蛋糕怎企业培训么切(Campus beauty, this cake how enterprise training Mody).doc
- 校讯通 家校通(School home school).doc
- 歇后语大全——b(Proverbs B).doc
- 武汉市出台多项扶持政策发展养老事业_新华网湖北频道(Wuhan City, introduced a number of policies to support the development of pension business _ xinhuanet.com Hubei channel).doc
- 武汉大学电气工程学院本科学生素质综合测评实施办法(Measures for comprehensive quality evaluation of undergraduate students in Electrical Engineering College of Wuhan University).doc
- 武汉理工大电力电子技术亮度可连续调节电路设计(Design of brightness continuous adjustable circuit for power electronic technology of Wuhan Polytechnic University).doc
- 武藤写真机的简单维修(Simple maintenance of Wuteng photo machine).doc
- 水仙花养殖方法(Narcissus cultivation method).doc
文档评论(0)