码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-05-10 12:36:09      阅读:128      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!