You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the interrupt-example on a raspi (except with pin 17 and not 18), the callback for the watch-function never fires.
Manually reading the gpio at /sys/class/gpio/gpio17/value the value is changed on buttonpress (from 1 to 0).
The connection is made with a 10Kohm resistor between the gpio-pin and 3.3V and the gpio-pin has a 1Kohm protector resistor in front. The button is connected between gnd and 3.3v.
Running on latest raspbian and node 0.8.23.
The text was updated successfully, but these errors were encountered:
Running the interrupt-example on a raspi (except with pin 17 and not 18), the callback for the watch-function never fires.
Manually reading the gpio at
/sys/class/gpio/gpio17/value
the value is changed on buttonpress (from 1 to 0).The connection is made with a 10Kohm resistor between the
gpio-pin
and3.3V
and thegpio-pin
has a 1Kohm protector resistor in front. The button is connected betweengnd
and3.3v
.Running on latest raspbian and node 0.8.23.
The text was updated successfully, but these errors were encountered: