waitForLower
ADC.waitForLower(port, value, [frequencyMs], [ezbIndex], [timeoutMS])
Parameters
| port | Analog port to read from. |
| value | Exclusive upper bound on value to wait for. |
| frequencyMs (optional) | How often the port is checked in milliseconds. |
| ezbIndex (optional) | Board index of the EZB to read from. |
| timeoutMS (optional) | Number of milliseconds to wait before timeout. |