新手提问必读-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

楼主: coloz

[已解决] 新手提问必读

  [复制链接]
 楼主| 发表于 2022-5-12 14:17 | 显示全部楼层
东方CJ 发表于 2022-5-11 15:14
不小心删除了别人共享的设备,怎么找回

只能让对方重新分享给你
发表于 2022-5-31 15:33 | 显示全部楼层
大佬们,我正在做一个设计,用的BMP280模块和OLED,然后我发现他们两个都用的是A4,A5引脚,我想问一下怎么把其中一个引脚改变成A6,A7,我用的是NANO板子,然后程序是网上找来的,不知道怎么改
 楼主| 发表于 2022-5-31 15:41 | 显示全部楼层
fhxily 发表于 2022-5-31 15:33
大佬们,我正在做一个设计,用的BMP280模块和OLED,然后我发现他们两个都用的是A4,A5引脚,我想问一下怎么把 ...

IIC设备,不能随便换,IIC是总线,两个设备地址不一样,可以复用IIC引脚
发表于 2022-5-31 16:09 | 显示全部楼层
哦哦哦,我这两个都用的是IIC通讯,那就都让他们用一样的引脚吧
发表于 2022-5-31 16:10 | 显示全部楼层
coloz 发表于 2022-5-31 15:41
IIC设备,不能随便换,IIC是总线,两个设备地址不一样,可以复用IIC引脚

感谢感谢
发表于 2022-6-6 20:37 | 显示全部楼层
有没有大佬知道这是怎么回事呀

Arduino:1.8.5 (Windows 10), 开发板:"Arduino Uno"


项目使用了 924 字节,占用了 (2%) 程序存储空间。最大为 32256 字节。
全局变量使用了9字节,(0%)的动态内存,余留2039字节局部变量。最大为2048字节。
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xbd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xbd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xbd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xbd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xbd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xbd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xbd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xbd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xbd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xbd
上传出错。查看http://www.arduino.cc/en/Guide/Troubleshooting#upload 获取建议。
 楼主| 发表于 2022-6-7 16:44 | 显示全部楼层
tan9045 发表于 2022-6-6 20:37
有没有大佬知道这是怎么回事呀

Arduino:1.8.5 (Windows 10), 开发板:"Arduino Uno"

上传错误,确定下驱动安装没,串口选对没
发表于 2022-6-8 11:51 来自手机 | 显示全部楼层
有没有写好的阶乘代码
发表于 2022-6-8 11:52 来自手机 | 显示全部楼层
有没有写好的阶乘代码
发表于 2022-6-8 17:50 | 显示全部楼层
4455667788 发表于 2022-6-8 11:52
有没有写好的阶乘代码

给你发一个Python的代码,1000的阶乘,根据需要修改成你自己需要的语言。

f = 1
for i in range(1,1000):
    f = f*i
print(f)
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-11-27 22:27 , Processed in 0.098541 second(s), 13 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表