You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line means that the mck/sck pin is unset even when the user selects an MCK pin in the Driver Plugin UI. (at least for DACs that don't override the get_i2s)pins() method from base_driver.be). I would either drop if from the UI, set to a select_field with just one option ("0", "Unused", or "GND") or allow the user's selection to be passed through the DAC's configuration by default.
In my case, that I connected my DAC and and the result of the undefined / floating voltage on the MCK pin gave me infuriating pops / clicks for the first couple weeks until I discovered that the MCK pin on the DAC should just be connected to ground. This is pretty confusing and probably leads some new users to (incorrectly!) assume that this project isn't great.
The text was updated successfully, but these errors were encountered:
This line means that the
mck
/sck
pin is unset even when the user selects an MCK pin in the Driver Plugin UI. (at least for DACs that don't override theget_i2s)pins()
method frombase_driver.be
). I would either drop if from the UI, set to aselect_field
with just one option ("0", "Unused", or "GND") or allow the user's selection to be passed through the DAC's configuration by default.In my case, that I connected my DAC and and the result of the undefined / floating voltage on the MCK pin gave me infuriating pops / clicks for the first couple weeks until I discovered that the MCK pin on the DAC should just be connected to ground. This is pretty confusing and probably leads some new users to (incorrectly!) assume that this project isn't great.
The text was updated successfully, but these errors were encountered: