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'
|
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'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue