-
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.
Removed defaults in function definitions
- Loading branch information
1 parent
86514db
commit cc01efb
Showing
2 changed files
with
12 additions
and
10 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,8 @@ | |
** ** | ||
** Vers. Date Developer Comments ** | ||
** ====== ========== =================== ======================================================================== ** | ||
** 1.0.5 2017-07-31 [email protected] Only function prototypes may have default values as this may cause ** | ||
** compiler errors. ** | ||
** 1.0.4 2016-12-29 [email protected] Added error loop to Read1WireScratchpad(), corrected DS18S20 call in ** | ||
ReadDeviceTemp() function to avoid false temperatures ** | ||
** 1.0.3 2016-12-16 [email protected] Added optional CalibrationTemp to Calibrate function ** | ||
|