From 7b2203f116783f72b2fee91a4d5be53746a1527e Mon Sep 17 00:00:00 2001 From: Anne Mahaffey Date: Thu, 16 Mar 2017 10:01:33 -0400 Subject: [PATCH] Added library.properties --- README.md | 12 +++++++++++- library.properties | 10 ++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 library.properties diff --git a/README.md b/README.md index 872d84b..c628d76 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# AD7193 \ No newline at end of file +# 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.** \ No newline at end of file diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..0f4dace --- /dev/null +++ b/library.properties @@ -0,0 +1,10 @@ +name=AD7193 +version=1.0 +author=Anne Mahaffey +maintainer=Anne Mahaffey +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 \ No newline at end of file