Skip to content

Commit

Permalink
Added library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
annem committed Mar 16, 2017
1 parent d4081ee commit 7b2203f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# AD7193
# AD7193 Arduino Library

The AD7193 is a 24-bit, 4-channel Sigma-Delta ADC with built-in PGA. More information can be found at http://www.analog.com/ad7193.

The initial release of this library provides a simple set of functions to measure voltage per channel, capable of either differential or psuedo differential voltage measurements.

There are also basic examples to demonstrate differential and psuedo-differential measurement.

Also included is an example that measures voltage on a K-type thermocouple, and reports the resulting temperature.

**This library is public domain, and provided as-is. This library was written in the author's spare time. Feedback and questions are welcome, but please lower your expectations regarding any response.**
10 changes: 10 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name=AD7193
version=1.0
author=Anne Mahaffey <[email protected]>
maintainer=Anne Mahaffey <[email protected]>
sentence=Library for AD7193 - http://analog.com/ad7193
paragraph=See examples for hookup guidance
category=Sensors, ADC
url=https://github.com/annem/AD7193
architectures=*
includes=Arduino.h, SPI.h

0 comments on commit 7b2203f

Please sign in to comment.