Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chepo92 authored Jun 23, 2020
1 parent 9b3bc60 commit 11f7ef0
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
ADS119X library compatible with Arduino IDE
Compatible IC: ADS1194, ADS1196 and ADS1198

## Insallation
Download and install zip library
## Installing
Download and install zip library in Arduino IDE

## Compatible Microcontrollers
Any board supported in Arduino IDE should work

## Dependencies
This library uses SPI class

## Usage examples
The library comes with 3 examples
Expand All @@ -12,9 +18,9 @@ The library comes with 3 examples
- 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)
Connect SPI's pins (MISO, MOSI, SCLK), additionally the user can select DRDY, RST, and CS pins (example's default are pins 6, 5 and 10 with arduino UNO)

## Boards known to use ADS119X
## Boards known to have an ADS119X
- ECG2 Click from MikroE uses a ADS1194 (this library is tested with this breakout board)

- Bare chips are sold in Aliexpress
Expand Down

0 comments on commit 11f7ef0

Please sign in to comment.