Closed HansAnderson closed 5 years ago
When using the interactive Python shell, tab-completion will call properties. Since adc_value() is only valid in bitbang mode, an error should be raised to stop corrupting the BusPirate state.
Thanks, makes sense.
When using the interactive Python shell, tab-completion will call properties. Since adc_value() is only valid in bitbang mode, an error should be raised to stop corrupting the BusPirate state.