Skip to content

Commit

Permalink
extmod/modonewire: Fix reset timings to match 1-wire specs.
Browse files Browse the repository at this point in the history
Fixes issue #4116.
  • Loading branch information
dpgeorge committed Oct 17, 2018
1 parent d2c5496 commit 4904663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extmod/modonewire.c
Expand Up @@ -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)
Expand Down

0 comments on commit 4904663

Please sign in to comment.