libnile
|
#include <stdbool.h>
#include <stdint.h>
#include <wonderful.h>
#include "nilefs/ff.h"
#include "nilefs/diskio.h"
Go to the source code of this file.
Functions | |
void | nilefs_eject (void) |
Eject the currently inserted TF card. |
The nilefs library provides FAT filesystem access to the removable storage card provided by nileswan.
More information is available in the FatFs documentation, which this library is based on: http://elm-chan.org/fsw/ff/
Definition in file nilefs.h.
void nilefs_eject | ( | void | ) |
Eject the currently inserted TF card.