mirror of
https://github.com/processing/processing4.git
synced 2026-05-11 21:32:39 +02:00
45fe7a8d73
This function is used like this: GPIO.waitFor(pin number, rising/falling/change, timeout or -1) While it's using an interrupt internally, in the way it is used it doesn't relate to the interrupt functions (attachInterrupt, etc) at all. To prevent confusion, rename it to waitFor. (Another possible name would be waitForPin.)