Giter Site home page Giter Site logo

flowjs's Introduction

flowjs

Node JS interface for the Sensirion SLI-1000 liquid flow meter

How to use:

var flow = require('./flowjs');

// Initalize a new SLI1000 specifying the device name and address
var sli1000 = new flow.SLI1000('sli1000',0);

SLI1000 Class Methods

simpleGet(callback)

Combines single measurement start and get into one function to return the measurement data. Accepts a callback that has access to the data.

Usage:

var sli1000 = new flow.SLI1000('sli1000',0);

sli1000.simpleGet(function(data) {
  console.log('Measurement: ' + data + ' uL/min');
});

startSingleMeasurement()

Initialises measurement on the device, and makes a reply. Reply contains no data.

getSingleMeasurement()

Retrieves the single measurement from the SLI1000. Returns a Number which is the flow rate in uL/min (microlitres per minute)

flowjs's People

Contributors

bmiles avatar

Watchers

 avatar  avatar

flowjs's Issues

Todo

  • Set measurement units on class instantiation
  • Set measurement scale factor on class instantiation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.