Skip to content

Commit

Permalink
Prepare for for release
Browse files Browse the repository at this point in the history
  • Loading branch information
vzahradnik committed Feb 13, 2023
1 parent de99c27 commit b88243e
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 4 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# MCP342x ADC library
[![GitHub release](https://img.shields.io/github/release/JSC-electronics/MCP342x.svg?maxAge=3600)](https://github.com/JSC-electronics/MCP342x/releases)
[![License: LGPL-2.1](https://img.shields.io/github/license/JSC-electronics/MCP342x)](https://github.com/JSC-electronics/MCP342x/blob/master/LICENSE)
[![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)

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

31 changes: 31 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "MCP342x",
"version": "1.0.5",
"keywords": "arduino, ADC342x, sensors",
"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.",
"license": "LGPL-2.1",
"repository": {
"type": "git",
"url": "https://github.com/JSC-electronics/MCP342x"
},
"authors": [
{
"name": "Steve Marple",
"email": "stevemarple@googlemail.com",
"url": "https://github.com/stevemarple"
},
{
"name": "Vladimír Záhradník",
"email": "vladimir.zahradnik@jsce.cz",
"url": "https://github.com/vzahradnik",
"maintainer": true
},
{
"name": "JSC electronics",
"email": "development@jsce.cz",
"url": "https://github.com/jsc-electronics"
}
],
"frameworks": "arduino",
"platforms": "*"
}
8 changes: 4 additions & 4 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=MCP342x
version=1.0.4
author=Steve Marple <stevemarple@googlemail.com>
maintainer=Steve Marple <stevemarple@googlemail.com>
version=1.0.5
author=Steve Marple <stevemarple@googlemail.com>, JSC electronics <development@jsce.cz>
maintainer=JSC electronics <development@jsce.cz>
sentence=Library to support Microchip ADC342x analogue to digital converters.
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.
category=Sensors
url=https://github.com/stevemarple/MCP342x
url=https://github.com/JSC-electronics/MCP342x
architectures=*

0 comments on commit b88243e

Please sign in to comment.