wifi-cc3000
v0.0.1
Published
Deprecated cc3000 driver for Tessel
Downloads
4
Readme
wifi-cc3000
Deprecated. The wifi-cc3000 lib is now included with Tessel's firmware. Do not npm install
this package.
The following should work out of the box on Tessel:
var wifi = require('wifi-cc3000');
console.log("is wifi connected? ", wifi.isConnected());