Skip to content

Commit 11f7ef0

Browse files
authored
Update README.md
1 parent 9b3bc60 commit 11f7ef0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
ADS119X library compatible with Arduino IDE
33
Compatible IC: ADS1194, ADS1196 and ADS1198
44

5-
## Insallation
6-
Download and install zip library
5+
## Installing
6+
Download and install zip library in Arduino IDE
7+
8+
## Compatible Microcontrollers
9+
Any board supported in Arduino IDE should work
10+
11+
## Dependencies
12+
This library uses SPI class
713

814
## Usage examples
915
The library comes with 3 examples
@@ -12,9 +18,9 @@ The library comes with 3 examples
1218
- Serial Commands
1319

1420
## Wiring
15-
Connect SPI's pins, additionally the user can select DRDY, RST, and CS pins (default to 6,5, 10 in arduino UNO)
21+
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)
1622

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

2026
- Bare chips are sold in Aliexpress

0 commit comments

Comments
 (0)