Push dev work to master #2
|
@ -5,6 +5,7 @@ const gpio = require('gpio')
|
||||||
class Intval {
|
class Intval {
|
||||||
constructor () {
|
constructor () {
|
||||||
this._pin = {}
|
this._pin = {}
|
||||||
|
this._startFrame = 0
|
||||||
this._declarePins()
|
this._declarePins()
|
||||||
}
|
}
|
||||||
_declarePins () {
|
_declarePins () {
|
||||||
|
|
Loading…
Reference in New Issue