From c1ca37824656314293d3775bf656c8d72c0ee6f7 Mon Sep 17 00:00:00 2001 From: Peter Mortensen Date: Tue, 16 May 2017 13:43:29 +0200 Subject: [PATCH] Update README.md Copy edited (e.g. ref. ). --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 836e597..01e7db5 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ Features: --------- - Written in portable C (C89) (SD driver requires hardware abstraction library); -- Synchronous and asynchronous (non-blocking) IO; -- Buffered and unbuffered IO; -- Stream IO (for writting continuos streams of data); +- Synchronous and asynchronous (non-blocking) I/O; +- Buffered and unbuffered I/O; +- Stream I/O (for writting continuos streams of data); - Extensible drive manager (can be extended to interface with other file systems); - FAT12/16/32 drive formatting support (can optimize file system for flash); -- SD card driver (for Microchip's dsPIC but should be easy to port); +- SD card driver (for Microchip's dsPIC, but it should be easy to port); - Driver supports any SD card size; - Multi-threading support; - Multiple volumes/partitions can be mounted at once;