![]() |
Soldered SD Card Arduino Library 1.0.0
Easily read and write files to and form the SD card breakout! A fork of the original SDFat library by Bill Greiman.
|
#include <ArduinoFiles.h>
Inherits print_t, and BaseFile.
Public Member Functions | |
| size_t | write (uint8_t b) |
PrintFile class.
|
inline |
Write a single byte.
| [in] | b | byte to write. |