|
Engduino
3.1.0
A fun device for learning coding
|
Public Member Functions | |
| EngduinoSDClass () | |
| Constructor. More... | |
| boolean | begin () |
| begin function - must be called before using other functions More... | |
| boolean | begin (const char *filepath, uint8_t mode) |
| begin function - must be called before using other functions More... | |
| boolean | open (const char *filepath, uint8_t mode) |
| open function More... | |
| boolean | close () |
| close function More... | |
| void | end () |
| end function More... | |
| boolean | write (const String &) |
| write function More... | |
| boolean | writeln (const String &) |
| writeln function More... | |
| boolean | isAttached () |
| isAttached function More... | |
| boolean | isInitialized () |
| isInitialized function More... | |
| int | available () |
| available function More... | |
| uint8_t | read () |
| read function More... | |
Protected Attributes | |
| volatile unsigned char | regTmp |
1.8.9.1