bitscope

0.3.0 • Public • Published

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)
    }
  }
)

Readme

Keywords

none

Package Sidebar

Install

npm i bitscope

Weekly Downloads

7

Version

0.3.0

License

none

Last publish

Collaborators

  • hans-gremmen