License: AGPL-3.0
Node | Description |
---|---|
change-interrupt | Attaches the interrupt to the specified port in the CHANGE mode. It triggers whenever the pin changes its value. The change increments a counter and stores the time in microseconds of the latest interrupt. The node emits these values and a pulse as soon as possible, but not right at the moment when the interrupt occurred. |
example | No description |
fall-interrupt | Attaches the interrupt to the specified port in the RISING mode. It triggers whenever the pin goes from low to high. The change increments a counter and stores the time in microseconds of the latest interrupt. The node emits these values and a pulse as soon as possible, but not right at the moment when the interrupt occurred. |
rise-interrupt | Attaches the interrupt to the specified port in the FALLING mode. It triggers whenever the pin goes from high to low. The change increments a counter and stores the time in microseconds of the latest interrupt. The node emits these values and a pulse as soon as possible, but not right at the moment when the interrupt occurred. |