This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
// This code is to test SD Card function on an Intel Galileo Board | |
// It was complied from various examples which can be found: | |
// | |
// https://communities.intel.com/thread/46635 | |
// https://communities.intel.com/message/229074 | |
// http://arduino.cc/en/Reference/SD | |
// http://forum.arduino.cc/index.php?topic=57460.0 | |
// | |
// Carlyn Maw 2014 |