Component: Digital Temperature (EBM004) (EBM Modules)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 2.0 |
Category | EBM Modules |
Contents
Digital Temperature component
A digital temperature sensor based around the LM75B chip.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_EBM004v1.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_EBM004v1.fcfx
Detailed description
No detailed description exists yet for this component
Examples
This example simply reads the value from the digital temperature sensor and outputs the value to an LCD as a temperature in degrees C.
Macro reference
Initialise
![]() |
Initialise |
Initialise to default of 11 bit resolution | |
![]() |
Return |
ReadByte
![]() |
ReadByte |
Read a single byte at a specific address from the chip's internal memory. | |
![]() |
address |
![]() |
Return |
ReadFloat
![]() |
ReadFloat |
Reads the temperature value as a float | |
![]() |
Return |
ReadInt
![]() |
ReadInt |
Read double byte data from register at address | |
![]() |
address |
![]() |
Return |
Uninit
![]() |
Uninit |
Uninitialise and release resources | |
![]() |
Return |
WriteByte
![]() |
WriteByte |
![]() |
address |
![]() |
data |
![]() |
Return |
WriteInt
![]() |
WriteInt |
![]() |
address |
![]() |
data |
![]() |
Return |