Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "pi-spi", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Simple async SPI library for Raspberry Pi", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,2 +18,3 @@ # pi-spi | ||
// reads and writes simultaneously | ||
// e.g. jumper MOSI [BCM 10, physical pin 19] to MISO [BCM 9, physical pin 21] | ||
spi.transfer(test, test.length, function (e,d) { | ||
@@ -76,3 +77,3 @@ if (e) console.error(e); | ||
Copyright © 2013, Nathan Vander Wilt. | ||
Copyright © 2013–2019, Nathan Vander Wilt. | ||
All rights reserved. | ||
@@ -79,0 +80,0 @@ |
Sorry, the diff of this file is not supported yet
13683
102