Switched pins for micro and release in the intval lib
This commit is contained in:
parent
9d665437be
commit
cb407b5057
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue