Skip to content

leptonix/node-bitscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

BitScope library bindings for Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published