Switched pins for micro and release in the intval lib

This commit is contained in:
mmcw-dev 2017-10-19 21:21:41 -04:00
parent 9d665437be
commit cb407b5057
1 changed files with 2 additions and 2 deletions

View File

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