[iis2mdc] Help device detection by retrying probing

This commit is contained in:
Niklas Hauser 2025-05-16 14:08:14 +02:00 committed by Niklas Hauser
parent 56d53b60c0
commit 3971db3cb4

View File

@ -50,6 +50,7 @@ protected:
IIS2MDC_I2C::IIS2MDC_I2C(const I2CSPIDriverConfig &config) :
I2C(config)
{
_retries = 10;
}
int IIS2MDC_I2C::probe()