Skip to content

Commit

Permalink
fixed 1wire test according to maxim integrated AN126
Browse files Browse the repository at this point in the history
  • Loading branch information
tudorp committed Sep 22, 2016
1 parent 22dd508 commit 9343f1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public OneWireTiming( final OneWireBusMode aMode )
this.hMin = 480;
this.hMax = 640;
this.iMin = 15;
this.iMax = 60;
this.iMax = 70;
this.jMin = 410;
}
else if ( OneWireBusMode.OVERDRIVE == aMode )
Expand Down

0 comments on commit 9343f1d

Please sign in to comment.