get_temp: Signal to temperature reading

View source: R/signal_conversion.R

get_tempR Documentation

Signal to temperature reading

Description

This function calculates temperature from an EM38-MKII signal recieved on Channel 5 or 6.

Usage

get_temp(signal = NULL)

Arguments

signal

Integer.

Value

Temperature in degrees C

Note

The device's effective reporting resolution is ~0.32 degrees C.

Examples

channel_5 <- em38:::get_temp(227)


obrl-soil/em38 documentation built on Sept. 25, 2023, 10:01 p.m.