From 6d97bd39d9a384e95dfc979d27251a7e9b665926 Mon Sep 17 00:00:00 2001 From: Levente Orban Date: Sun, 11 Mar 2018 17:12:27 +0100 Subject: [PATCH] Minor fix in API description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb564b4..fc7a569 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Must be called straight after begin(). This function takes a 32-bit number as re ###### `error(_verbosity)` Returns the (8-bit) error code generated by the function called immediately before this is called. If the optional VERBOSE argument is used, a verbose troubleshooting report is printed to Serial. Refer to the [Error reporting](https://github.com/Marzogh/SPIFlash/wiki/Error-reporting) section the Wiki for further reference. -###### `getMANID()` +###### `getManID()` Returns the Manufacturer ID as a 16-bit value. ###### `getJEDECID()`