-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
air001 arduino 0.6.2 测试EEPROM失败? #95
Comments
第一次发这种信息,有人会回复,和确认这问题吗?一般多久会官方应答? |
烧录前会擦除芯片,你每次烧录都是还原 |
哦哦,谢谢。回复,那我知道怎么测试了, |
/*** void getTest() { void loop() { if(putfig==1){ |
谢谢,大神提醒。 |
描述一下这个bug / Describe the bug
我使用的是Air001 ,使用ARDUINO,发现用示例中EEPROM中的clear 或者put,write三个案例,进行操作,但使用eeprom__read读取的状态都是255?
我不清楚为什么?air001 的EEPROM示例是要外接2401的eeprom才能用起来还是模拟内部FLASH的?
我要怎么才能使用Aaruino中的EEprom.
复现步骤 / To Reproduce
使用示例中EEPROM中的clear 或者put,write三个案例任何一个,下载到air001中,执行几秒后,下载eeprom__read示例。然后打开串口监视器,查看读取的EEPROM.值,能发现一共128个字节,但值都是255?
如果正常,应该是什么样 / Expected behavior
期望是能打印我写入EEPROM的值。
截图 / Screenshots
日志 / Logs
11:21:48.165 -> 52 255
11:21:48.662 -> 53 255
11:21:49.175 -> 54 255
11:21:49.658 -> 55 255
11:21:50.169 -> 56 255
11:21:50.679 -> 57 255
系统 / System
win10
PACK包版本 / Version
0.6.2
验证
The text was updated successfully, but these errors were encountered: