首页 > 其他 > 详细

Arduino "Card failed, or not present"(即找不到SD卡)错误解决方案

时间:2015-05-10 12:34:28      阅读:584      评论:0      收藏:0      [点我收藏+]

http://forum.arduino.cc/index.php?topic=28763.0

Arduino SD自带的例程都是有一个BUG的,必须在pinMode后面加上如下的第二行代码

pinMode(10, OUTPUT);
digitalWrite(10, HIGH); // davekw7x: If it‘s low, the Wiznet chip corrupts the SPI bus

 

Arduino "Card failed, or not present"(即找不到SD卡)错误解决方案

原文:http://www.cnblogs.com/turtlegood/p/4491987.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!