Skip to content

Commit 6efca63

Browse files
committed
add notes about SD cards in Modules
1 parent d8a13c8 commit 6efca63

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

MODULES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,12 @@ PCF8575 and PCF8575C are very similar. Not sure if libraries can be used for bot
5252
#### Libraries
5353

5454
* [adafruit library for MCP23017](https://github.com/adafruit/Adafruit-MCP23017-Arduino-Library) - Requires [*Wire*](http://www.arduino.cc/en/Reference/Wire) library for I2C. Uses *4442 bytes* of program storage space
55-
* [arduino-mcp23017](https://github.com/blemasle/arduino-mcp23017) - Requires [*Wire*](http://www.arduino.cc/en/Reference/Wire) library for I2C. Uses *4458 bytes* of program storage space
55+
* [arduino-mcp23017](https://github.com/blemasle/arduino-mcp23017) - Requires [*Wire*](http://www.arduino.cc/en/Reference/Wire) library for I2C. Uses *4458 bytes* of program storage space
56+
57+
## SD Card reader
58+
59+
I found 2 cheap SD card readers (one for SD, one for micro SD). They both connect via SPI.
60+
61+
Arduino has a library included for SD card stuff ([Lib on Github](https://github.com/arduino-libraries/SD)).
62+
63+
There's also [SdFat](https://github.com/greiman/SdFat) that seems nice. Not sure what the difference is between the 2, beside supporting soft SPI pins.

0 commit comments

Comments
 (0)