Skip to content

Commit ea64ea6

Browse files
Update README.md
1 parent 290a5e6 commit ea64ea6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lib/adcdacpi/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ The ADCDAC Pi library is located in the /lib/adcdacpi/ directory
1313

1414
The example files are located in the /examples/adcdacpi/ directory
1515

16-
The ADC DAC Pi library requires the node-spi library to run.
17-
18-
Uses node-spi from https://github.com/RussTheAerialist/node-spi
19-
Install from https://www.npmjs.com/package/spi with
16+
The ADC DAC Pi library requires the rpio library to run.
2017

18+
Install rpio from https://www.npmjs.com/package/rpio with
2119
```
22-
npm install spi
20+
npm install rpio
2321
```
2422

2523
## Functions:

0 commit comments

Comments
 (0)