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