natevw / node-nrf

Pure-JavaScript nRF24L01 driver library
117 stars 31 forks source link

Tessel & RPi compat #7

Open jiahuang opened 10 years ago

jiahuang commented 10 years ago

This PR merges index.js to work with both Tessel and an RPi. All Tessel workarounds are removed.

Here are the new usage examples for RPi and Tessel.

Tested and working on a Tessel. Did not test on the RPi, though none of the index.js logic changed.

natevw commented 10 years ago

Suwheeet, thanks for doing all this. I'm heads down on the SD/FAT stuff but am excited to test this on RasPi and merge it in!