natevw / pi-spi

Simple RasPi SPI library (node.js)
93 stars 14 forks source link

Added method to close the file descriptor. #9

Closed jmstriegel closed 10 years ago

jmstriegel commented 10 years ago

A quick patch to add a close method. Without this, the file descriptor can't be closed without exiting your app.

natevw commented 10 years ago

Good catch, thanks! Published as pi-spi@0.8.7