Skip to content

Commit 304134c

Browse files
committed
Fixed outdated reference link
1 parent 3cd6dff commit 304134c

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)