extmod/modonewire: Fix reset timings to match 1-wire specs.
Fixes issue #4116.
This commit is contained in:
parent
d2c5496894
commit
4904663748
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue