## Files and the like

- [[SerialDevice]]
- [[BlockDevice]]

### Serial Devices:
- [[Stdio]]
- [[PicoTerm]]
- [[DevNull]]

### Block Devices:
- [[QspiFlashDevice]] 
- [[Flash]]
- [[SDCard]]

### Wrappers:
- [[HeatShrinkDecoder]] and HeatShrinkEncoder
- [[LzhDecoder]]

### File System:
- [[FileSystem]], Directory and File 
- [[RsrcFS]]
- [[FatFS]]
- [[RamFile]]
- [[StdFile]] a wrapper for `FILE` used by the desktop tools

### Misc:
- [[Preferences]]
- [[device_types]]

