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 3cd6dff commit 304134cCopy full SHA for 304134c
shared-bindings/onewireio/__init__.c
@@ -37,7 +37,7 @@
37
38
//| """Low-level bit primitives for Maxim (formerly Dallas Semi) one-wire protocol.
39
//|
40
-//| Protocol definition is here: https://www.maximintegrated.com/en/app-notes/index.mvp/id/126"""
+//| Protocol definition is here: https://www.analog.com/en/technical-articles/1wire-communication-through-software.html"""
41
42
STATIC const mp_rom_map_elem_t onewireio_module_globals_table[] = {
43
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_onewireio) },
0 commit comments