0.3.0 • Published 8 years ago

bitscope v0.3.0

Weekly downloads
22
License
-
Repository
github
Last release
8 years ago

bitscope

BitScope library bindings for node.js

var bitscope = require('bitscope')

bitscope(
  {
    device: 0,
    channel: [0, 1],
    rate: 100000,
    size: 2000
  },
  function(error, data) {
    if (!error) {
      console.log(data)
    } else {
      console.error(error)
    }
  }
)
0.3.0

8 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago