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
* Do not use HAL_PIN_SetOutputValue() when reading sensor response - output must be open-drain.
* Use Input_Pullup when reading sensor response instead. That allows to connect sensor w/o adding pullup resistor.
* Fixed OWReadBit timing, read must be done within 15us, instead of after. Closes: #1582
0 commit comments