ht16k33-sevensegment-display
v0.1.1
Published
Driver for the HT16K33 backpack and 7-segement display
Downloads
5
Maintainers
Readme
#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