Merge pull request #7870 from CanyonCasa/onewire_doc

Fixed outdated reference link
This commit is contained in:
MicroDev 2023-04-18 19:58:45 +05:30 committed by GitHub
commit 4b2578cd96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) },