We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: dany
Last Updated: 2016-02-21
Package Version: 1.0.0.0
Category: Measurement
Downloaded: 1375 times
Followed by: 3 users
License: MIT license
The basic functions for the DS18(S/B)20 (onewire digital temperature sensor), including string output, ready to display.
A routine to convert a more than 9 bits temperature read from a DS18B20 to a string (to e.g. display on an LCD) is also present.
Including Parasite Power and Configuration routines.
The LM35 basic functions, code efficient.
Do you want to subscribe in order to receive notifications regarding "TempSensors for PIC32" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "TempSensors for PIC32" changes.
Do you want to report abuse regarding "TempSensors for PIC32".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1437244286_tempsensors_for__mikropascal_pic32.mpkg [1.48MB] | mikroPascal PRO for PIC32 |
|
1437244309_tempsensors_for__other_pic32.zip [2.09MB] | Other PIC32 Compilers |
|
1437244324_tempsensors_for__mikrobasic_pic32.mpkg [1.48MB] | mikroBasic PRO for PIC32 |
|
DS1820 library, suitable for the DS18(S/B)20 and equivalents.
LM35 library, without float calculations, so code size effective.See the package content for the documentation.
2015-07-18: - Changed "DS18B20_SetConfiguration..." to the spec of the "configuration" byte. No functional change.
- Added the routine "DS18B20_ResetUnusedBits" for the DS18B20 when used at a lower resolution than 12 bits, see the spec sheet.