You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MODULES.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,4 +52,12 @@ PCF8575 and PCF8575C are very similar. Not sure if libraries can be used for bot
52
52
#### Libraries
53
53
54
54
*[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