We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8927e41 commit 61f868aCopy full SHA for 61f868a
shared-module/onewireio/OneWire.c
@@ -59,7 +59,7 @@ bool common_hal_onewireio_onewire_reset(onewireio_onewire_obj_t *self) {
59
common_hal_mcu_delay_us(70);
60
bool value = common_hal_digitalio_digitalinout_get_value(&self->pin);
61
common_hal_mcu_delay_us(410);
62
- // test if bus returned high (idle) and not stck at low
+ // test if bus returned high (idle) and not stuck at low
63
bool idle = common_hal_digitalio_digitalinout_get_value(&self->pin);
64
common_hal_mcu_enable_interrupts();
65
return value || !idle;
0 commit comments