Skip to content

Commit 4b2578c

Browse files
authored
Merge pull request #7870 from CanyonCasa/onewire_doc
Fixed outdated reference link
2 parents 5820748 + 304134c commit 4b2578c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/onewireio/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
//| """Low-level bit primitives for Maxim (formerly Dallas Semi) one-wire protocol.
3939
//|
40-
//| Protocol definition is here: https://www.maximintegrated.com/en/app-notes/index.mvp/id/126"""
40+
//| Protocol definition is here: https://www.analog.com/en/technical-articles/1wire-communication-through-software.html"""
4141

4242
STATIC const mp_rom_map_elem_t onewireio_module_globals_table[] = {
4343
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_onewireio) },

0 commit comments

Comments
 (0)