mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
extmod/modonewire: Fix reset timings to match 1-wire specs.
Fixes issue #4116.
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
// Low-level 1-Wire routines
|
||||
|
||||
#define TIMING_RESET1 (480)
|
||||
#define TIMING_RESET2 (40)
|
||||
#define TIMING_RESET3 (420)
|
||||
#define TIMING_RESET2 (70)
|
||||
#define TIMING_RESET3 (410)
|
||||
#define TIMING_READ1 (5)
|
||||
#define TIMING_READ2 (5)
|
||||
#define TIMING_READ3 (40)
|
||||
|
||||
Reference in New Issue
Block a user