Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
USBMSD_SD Class Reference
Use the SDcard as mass storage device using the USBMSD class. More...
#include <USBMSD_SD.h>
Inherits USBMSD.
Public Member Functions | |
| USBMSD_SD (PinName mosi, PinName miso, PinName sclk, PinName cs, PinName ncardpresent, PinName activity, PinName test) | |
| Create the File System for accessing an SD Card using SPI. | |
| bool | connect () |
| Connect the USB MSD device. | |
Detailed Description
Use the SDcard as mass storage device using the USBMSD class.
#include "mbed.h" #include "USBMSD_SD.h" USBMSD_SD sd(p5, p6, p7, p8); int main() { while(1); }
Definition at line 46 of file USBMSD_SD.h.
Constructor & Destructor Documentation
| USBMSD_SD | ( | PinName | mosi, |
| PinName | miso, | ||
| PinName | sclk, | ||
| PinName | cs, | ||
| PinName | ncardpresent, | ||
| PinName | activity, | ||
| PinName | test | ||
| ) |
Create the File System for accessing an SD Card using SPI.
- Parameters:
-
mosi SPI mosi pin connected to SD Card miso SPI miso pin conencted to SD Card sclk SPI sclk pin connected to SD Card cs DigitalOut pin used as SD Card chip select name The name used to access the virtual filesystem
Definition at line 130 of file USBMSD_SD.cpp.
Member Function Documentation
| bool connect | ( | void | ) | [inherited] |
Connect the USB MSD device.
Establish disk initialization before really connect the device.
- Returns:
- true if successful
Definition at line 99 of file USBMSD.cpp.
Generated on Wed Jul 13 2022 10:21:29 by
1.7.2