Skip to content

Commit 61278a3

Browse files
committed
docs: add comment about old revision without *r in the name
1 parent 27c2ec5 commit 61278a3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Supports Microchip 16bit [MCP3461R/MCP3462R/MCP3464R](https://www.microchip.com/en-us/product/MCP3461r) and 24bit [MCP3561R/MCP3562R/MCP3564R](https://www.microchip.com/en-us/product/MCP3561r) Analog Digital Converters.
44

5+
Without the `R` in the name seems to be early hardware versions which are [not recommended for designs] anymore. (https://www.microchip.com/en-us/product/MCP3464) anymore. As they do have a subset of features this lib should mostly work as well.
6+
57
## Supported Boards
68

79
This project is set up to be build with different MCUs, but I am not able the test each of them.

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "MCP3x6x",
2+
"name": "MCP3x6xR",
33
"version": "0.0.2",
44
"description": "Library to support Microchip MPC3x6x/R 16/24bit analog to digital converters.",
5-
"keywords": "MCP3461/R, MCP3462/R, MCP3464/R, MCP3561/R, MCP3562/R, MCP3564/R",
5+
"keywords": "MCP3461R, MCP3462R, MCP3464R, MCP3561R, MCP3562R, MCP3564R, MCP3461, MCP3462, MCP3464, MCP3561, MCP3562, MCP3564",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/nerdyscout/Arduino_MCP3x6x_Library.git"

0 commit comments

Comments
 (0)