Input¶
- class bpod_core.bpod.Input ¶
Bases:
ChannelInput channel class representing a digital input channel.
- enable(enable) ¶
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: