Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 0d05b18682 - Show all commits

View File

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