There was an error while loading. Please reload this page.
1 parent 290a5e6 commit ea64ea6Copy full SHA for ea64ea6
lib/adcdacpi/README.md
@@ -13,13 +13,11 @@ The ADCDAC Pi library is located in the /lib/adcdacpi/ directory
13
14
The example files are located in the /examples/adcdacpi/ directory
15
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
+The ADC DAC Pi library requires the rpio library to run.
20
+Install rpio from https://www.npmjs.com/package/rpio with
21
```
22
-npm install spi
+npm install rpio
23
24
25
## Functions:
0 commit comments