-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |