Skip to content

Commit

Permalink
Minor fix in API description
Browse files Browse the repository at this point in the history
  • Loading branch information
Levente Orban authored Mar 11, 2018
1 parent 00bf3dd commit 6d97bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`
Expand Down

1 comment on commit 6d97bd3

@Marzogh
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this. 😊

Please sign in to comment.