0.1.1 • Published 8 years ago

ht16k33-sevensegment-display v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

#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