Skip to content

Repository files navigation

dsensor dsensor

Digital universal particle concentration sensor

Installation

$ npm i [-g] dsensor

Example

constHCHO=require('dsensor/HCHO');constsensor=newHCHO("/dev/cu.SLAB_USBtoUART");sensor.on('message',message=>{console.log(message.toString());// outputs: "HCHO: 0.001Mg/m3"});sensor.on("open",()=>{setInterval(()=>{sensor.send('query');},3000);});

Golang Version

https://github.com/lsongdev/dsensor-go

Contributing

  • Fork this Repo first
  • Clone your Repo
  • Install dependencies by $ npm install
  • Checkout a feature branch
  • Feel free to add your features
  • Make sure your features are fully tested
  • Publish your local branch, Open a pull request
  • Enjoy hacking <3

MIT


About

📈 Digital universal particle concentration sensor ⏲️

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

11 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages