Skip to content

Commit b88243e

Browse files
committed
Prepare for for release
1 parent de99c27 commit b88243e

4 files changed

Lines changed: 39 additions & 4 deletions

File tree

File renamed without changes.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# MCP342x ADC library
2+
[![GitHub release](https://img.shields.io/github/release/JSC-electronics/MCP342x.svg?maxAge=3600)](https://github.com/JSC-electronics/MCP342x/releases)
3+
[![License: LGPL-2.1](https://img.shields.io/github/license/JSC-electronics/MCP342x)](https://github.com/JSC-electronics/MCP342x/blob/master/LICENSE)
4+
[![Donate](https://img.shields.io/badge/donate-PayPal-blueviolet.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SESX9ABM7V8KA&source=url)
25

36
Arduino library to support Microchip MCP342x analogue to digital
47
converters. The devices utilise the I2C bus. For the low level I2C
@@ -44,4 +47,5 @@ simultanteously.
4447
* [Steve Marple](https://github.com/stevemarple)
4548
* [per1234](https://github.com/per1234)
4649
* [kyberias](https://github.com/kyberias)
50+
* [vzahradnik](https://github.com/vzahradnik)
4751

library.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "MCP342x",
3+
"version": "1.0.5",
4+
"keywords": "arduino, ADC342x, sensors",
5+
"description": "Supports Microchip MCP3422/MCP3423/MCP3424/MCP3426/MCP3427/MCP3428 analogue to digital converters. Can autoprobe to find device address on the I2C bus. The library can use the I2C GeneralCallConversion command to instruct multiple devices to sample simultaneously. GNU LGPL v2.1.",
6+
"license": "LGPL-2.1",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/JSC-electronics/MCP342x"
10+
},
11+
"authors": [
12+
{
13+
"name": "Steve Marple",
14+
"email": "stevemarple@googlemail.com",
15+
"url": "https://github.com/stevemarple"
16+
},
17+
{
18+
"name": "Vladimír Záhradník",
19+
"email": "vladimir.zahradnik@jsce.cz",
20+
"url": "https://github.com/vzahradnik",
21+
"maintainer": true
22+
},
23+
{
24+
"name": "JSC electronics",
25+
"email": "development@jsce.cz",
26+
"url": "https://github.com/jsc-electronics"
27+
}
28+
],
29+
"frameworks": "arduino",
30+
"platforms": "*"
31+
}

library.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=MCP342x
2-
version=1.0.4
3-
author=Steve Marple <stevemarple@googlemail.com>
4-
maintainer=Steve Marple <stevemarple@googlemail.com>
2+
version=1.0.5
3+
author=Steve Marple <stevemarple@googlemail.com>, JSC electronics <development@jsce.cz>
4+
maintainer=JSC electronics <development@jsce.cz>
55
sentence=Library to support Microchip ADC342x analogue to digital converters.
66
paragraph=Supports Microchip MCP3422/MCP3423/MCP3424/MCP3426/MCP3427/MCP3428 analogue to digital converters. Can autoprobe to find device address on the I2C bus. The library can use the I2C GeneralCallConversion command to instruct multiple devices to sample simultaneously. GNU LGPL v2.1.
77
category=Sensors
8-
url=https://github.com/stevemarple/MCP342x
8+
url=https://github.com/JSC-electronics/MCP342x
99
architectures=*

0 commit comments

Comments
 (0)