Add startFrame variable for tracking length of frames

This commit is contained in:
mmcwilliams 2017-08-22 00:30:17 -04:00
parent 1c53af9215
commit 0d05b18682
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ const gpio = require('gpio')
class Intval {
constructor () {
this._pin = {}
this._startFrame = 0
this._declarePins()
}
_declarePins () {