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 2 additions and 2 deletions
Showing only changes of commit cb407b5057 - Show all commits

View File

@ -21,12 +21,12 @@ const PINS = {
dir : 'out'
},
micro : {
pin : 6,
pin : 5,
dir : 'in',
edge : 'both'
},
release : {
pin : 5,
pin : 6,
dir : 'in',
edge : 'both'
}