Mistake in GPIO Documentation

In https://mbientlab.com/cppdocs/latest/gpio.html it says:

// wait 10 milliseconds after pulling down pin 2 before reading pin 1
MblMwGpioAnalogReadParameters read_params= { MBL_MW_GPIO_UNUSED_PIN, 2,
MBL_MW_GPIO_UNUSED_PIN, 10 };
mbl_mw_datasignal_read_with_parameters(abs_ref_signal, &read_params);

I think that should be 10 microseconds.

Comments

This discussion has been closed.