Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
the-AjK committed Mar 12, 2015
1 parent 6cb6ea8 commit eb39ad5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# arietta-onoff

GPIO access and interrupt detection with **io.js** or **Node.js** on the ACME's Arietta board.

Visit [AcmeSystems official site](http://www.acmesystems.it/arietta) for more informations about this hardware.

Based on [onoff](https://www.npmjs.com/package/onoff) module.

## Installation

$ npm install arietta-onoff
Expand Down Expand Up @@ -78,9 +81,7 @@ to export control of a GPIO to userspace. After control of a GPIO has been
exported to userspace, the GPIO can be configured as an input or output.
Thereafter, the state of an input can be read, and the state of an output can
be written. Some systems will also allow the state of a output to be read.
The GPIO sysfs interface can also be used for interrupt detection. onoff can
detect several thousand interrupts per second on both the BeagleBone and the
Raspberry Pi.
The GPIO sysfs interface can also be used for interrupt detection.

## API

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arietta-onoff",
"version": "0.1.0",
"version": "0.1.1",
"description": "GPIO access and interrupt detection on the ACME Arietta board",
"main": "arietta-onoff.js",
"repository": {
Expand Down

0 comments on commit eb39ad5

Please sign in to comment.