Fixed outdated reference link
This commit is contained in:
parent
3cd6dff1d2
commit
304134c6a4
|
@ -37,7 +37,7 @@
|
|||
|
||||
//| """Low-level bit primitives for Maxim (formerly Dallas Semi) one-wire protocol.
|
||||
//|
|
||||
//| 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"""
|
||||
|
||||
STATIC const mp_rom_map_elem_t onewireio_module_globals_table[] = {
|
||||
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_onewireio) },
|
||||
|
|
Loading…
Reference in New Issue