Temperature#

A Temperature object is returned from get_temperature.

Properties#

Property

Value Type

Description

Value Example

sys_temp

number

Only for LPC X and VLC/VLC+

40.2

core1_temp

number

Only for LPC X and VLC/VLC+

44

core2_temp

number

Only for LPC X rev 1

44.1

ambient_temp

number

Only for TPC, LPC X rev 1

36.9

cc_temp

number

Only for LPC X rev 2 and VLC/VLC+

44.1

gpu_temp

number

Only for VLC/VLC+

38.2

For example:

temp = get_temperature()
log(temp.ambient_temp)