bpod_core.bpod.Input
- class bpod_core.bpod.Input
Input channel class representing a digital input channel.
- __init__(bpod, name, io_key, index)
Input channel class representing a digital input channel.
- enable(enabled)
Enable or disable the input channel.
- override(state)
Override the state of the input channel.
- read()
Read the state of the input channel.
- Returns:
True if the input channel is active, False otherwise.
- Return type: