intialize

Dependencies:   FATFileSystem

Revision:
7:28ac6b98391b
Parent:
4:3f40cbfe801c
--- a/SDFileSystem.h	Fri Sep 09 19:35:14 2016 +0000
+++ b/SDFileSystem.h	Thu Jul 30 09:48:43 2020 +0000
@@ -32,7 +32,7 @@
  * #include "mbed.h"
  * #include "SDFileSystem.h"
  *
- * SDFileSystem sd(p5, p6, p7, p12, "sd"); // mosi, miso, sclk, cs
+ * SDFileSystem sd(PA_7, PA_6, PA_5, PA_4, "sd"); // mosi, miso, sclk, cs
  *
  * int main() {
  *     FILE *fp = fopen("/sd/myfile.txt", "w");