MagnusNordin / ht16k33-sevensegment-display

Node module with driver for the HT16K33 backpack and 7-segement display.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seven segment display with HT16K33 backpack

Driver for the HT16K33 backpack and 7-segement display from Adafruit.

Installation

npm install ht16k33-sevensegment-display

Example

var SevenSegment = require('ht16k33-sevensegment-display');

var display = new SevenSegment(0x70, 1);
display.writeDigit(0, 8);

Licensing

MIT

Copyright

Magnus Nordin 2016

About

Node module with driver for the HT16K33 backpack and 7-segement display.

License:MIT License


Languages

Language:JavaScript 100.0%