-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 changed file
with
23 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# ADS119X | ||
ADS119X library compatible with Arduino IDE | ||
Compatible IC: ADS1194, ADS1196 and ADS1198 | ||
|
||
## Insallation | ||
Download and install zip library | ||
|
||
## Usage examples | ||
The library comes with 3 examples | ||
- Test internally generated signal | ||
- Basic | ||
- Serial Commands | ||
|
||
## Wiring | ||
Connect SPI's pins, additionally the user can select DRDY, RST, and CS pins (default to 6,5, 10 in arduino UNO) | ||
|
||
## Boards known to use ADS119X | ||
- ECG2 Click from MikroE uses a ADS1194 (this library is tested with this breakout board) | ||
|
||
- Bare chips are sold in Aliexpress | ||
|
||
|
||
## Status: Working as June 2020 |