完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
嗨,这是我的代码:发生了什么:LED是1秒,关闭1秒,后5秒和关闭5秒,它循环。但是我不想在IF中写这行,但是我想写:但是当我写下这行时,LED永远不会出现在5秒……问题是什么呢?看来iToA在我的代码中工作得不好…非常感谢!祝你有美好的一天!D
以上来自于百度翻译 以下为原文 Hi, Here is my code : unsigned char data0received = 0xFF; unsigned char Rx2Buffer[]; = "000"; int tempInt; tempInt = data0received; if(tempInt == 255) { IO_RC5_SetHigh(); __delay_ms(1000); IO_RC5_SetLow(); __delay_ms(1000); } itoa(tempInt, Rx2Buffer, 10); if(strcmp(Rx2Buffer, "000" ) == 0){ IO_RC5_SetHigh(); __delay_ms(5000); IO_RC5_SetLow(); __delay_ms(5000); } What happens : The Led is on for 1 s and off for 1 s and after ON for 5 s and off for 5 s and it loops. But I don't want to write this line in the if : if(strcmp(Rx2Buffer, "000" ) == 0) but I would like to write : if(strcmp(Rx2Buffer, "255" ) == 0){ but when I wrote this line the Led was never ON for 5 s ... What's the problem. It seems that itoa doesn't work correctly in my code ... Thank you very much ! And have a nice day ! :D |
|
相关推荐
6个回答
|
|
这里的小错误/错误:
以上来自于百度翻译 以下为原文 Little typo/mistake in here: unsigned char Rx2Buffer[]; = "000"; [:)] |
|
|
|
是的,对不起,上面代码中有一个错误,但它不是解决我的问题的方法。(这是因为我在注释之前,对这行进行了注释,我删除了注释,但是我忘记了”;
以上来自于百度翻译 以下为原文 Yes I'm sorry, there is an error in the above code but it is not the solution to my problem... (It's because I commented this line before and when I pasted the code I erased the comment but I forgot the ";". |
|
|
|
|
|
|
|
ITOA()函数族不是标准的,即参数的数目和/或顺序可以是不同的。对于XC8编译器,它有不同的顺序。
以上来自于百度翻译 以下为原文 The family of itoa() functions is not standard; i.e. the number and/or the order of the arguments can be different. For XC8 compiler, it has a different order. |
|
|
|
FROMMPLABBXXC8CI编译程序
以上来自于百度翻译 以下为原文 From MPLAB_XC8_C_Compiler_User_Guide.pdf Attached Image(s) |
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
5170 浏览 9 评论
2001 浏览 8 评论
1931 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3176 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2228 浏览 5 评论
737浏览 1评论
620浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
509浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
635浏览 0评论
531浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-25 16:09 , Processed in 1.521626 second(s), Total 88, Slave 71 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号