extmod/modonewire: Fix reset timings to match 1-wire specs.

Fixes issue #4116.
pull/1/head
Damien George 2018-10-17 15:52:07 +11:00
parent d2c5496894
commit 4904663748
1 changed files with 2 additions and 2 deletions

View File

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