/mbed-os-snippet-BufferedBlockDevice

A mirrored example snippet from mbed-os-examples-docs_only

Primary LanguageC++

BufferedBlockDevice Example

This BufferedBlockDevice example takes a HeapBlockDevice, whose read size is 256 bytes and program size is 512 bytes, and shows how you can read or program this block device with much smaller read/program sizes, using BufferedBlockDevice.

To see this example in context, please see its published documentation.

MIRRORED FROM MASTER EXAMPLE SNIPPETS REPOSITORY: mbed-os-examples-docs_only. ANY CHANGES MADE DIRECTLY TO THIS REPOSITORY WILL BE AUTOMATICALLY OVERWRITTEN.