# mbed-os-snippet-BufferedBlockDevice **Repository Path**: mirrors_ARMmbed/mbed-os-snippet-BufferedBlockDevice ## Basic Information - **Project Name**: mbed-os-snippet-BufferedBlockDevice - **Description**: A mirrored example snippet from mbed-os-examples-docs_only - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: v6.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## BufferedBlockDevice Example This BufferedBlockDevice example takes a [HeapBlockDevice](https://os.mbed.com/docs/latest/apis/bufferedblockdevice.html), 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](https://os.mbed.com/docs/mbed-os/latest/apis/bufferedblockdevice.html). MIRRORED FROM MASTER EXAMPLE SNIPPETS REPOSITORY: mbed-os-examples-docs_only. ANY CHANGES MADE DIRECTLY TO THIS REPOSITORY WILL BE AUTOMATICALLY OVERWRITTEN.