-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added internal delays for when an active conversion is still taking place or if one or more parasitic devices are present to prevent data errors or loss.
- Loading branch information
Arnd
authored
Dec 2, 2016
1 parent
c7ce686
commit 46d8935
Showing
2 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,7 @@ | |
** ** | ||
** Vers. Date Developer Comments ** | ||
** ====== ========== =================== ======================================================================== ** | ||
** 1.0.1 2016-12-02 [email protected] Added delays for ReadDeviceTemp() and when a parasitic device is present ** | ||
** 1.0.0 2016-12-01 [email protected] Initial release ** | ||
** 1.0.b5 2016-11-30 [email protected] Moved 1-Wire calls to private, refactored some of the calls ** | ||
** 1.0.b4 2016-11-29 [email protected] Included the appropriate sections of the 1-Wire library, see above ** | ||
|