0.2.2 • Published 10 years ago

speck-sensor v0.2.2

Weekly downloads
12
License
GPL-2.0
Repository
github
Last release
10 years ago

Speck Sensor

A Node.js interface for the CMU CREATE Lab Speck particle sensor.

Installation

Install this module in the usual way:

npm install speck-sensor
 

Do the following if you want to run this module's tests:

npm test
    

You must have a Speck plugged in in order for the tests to pass!

Linux/Raspberry Pi users will need to copy the etc/linux/55-speck.rules file to /etc/udev/rules.d/ and then reboot.

Usage

This module provides a class named Speck. Create a new instance like this:

var Speck = require('speck-sensor');
var speck = Speck.create();

For full documentation, generate the JSDocs:

npm run-script api-docs

You'll find the generated docs in the out directory.

0.2.2

10 years ago

0.2.1

10 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago