bpod_core.bpod.Input
- class bpod_core.bpod.Input
Input channel class representing a digital input channel.
- __init__(*args, **kwargs)
Input channel class representing a digital input channel.
- Parameters:
*args – Arguments to be passed to the base class constructor.
**kwargs – Arguments to be passed to the base class constructor.
- enable(state)
Enable or disable the input channel.
- override(state)
Override the state of the input channel.