Affichage par Arduino des températures CPU Debian

dans le sens où si un jour la syntaxe de ce que renvoi sensors change

Seulement si ton hardware change.

Éventuellement si tu veux te simplifier la vie tu peux retrouver les valeur dans /sys :

sensors
cat /sys/bus/platform/devices/coretemp.0/hwmon/hwmon2/temp1_input
cat /sys/bus/platform/devices/coretemp.0/hwmon/hwmon2/temp2_input
cat /sys/bus/platform/devices/coretemp.0/hwmon/hwmon2/temp3_input
cat /sys/bus/platform/devices/coretemp.0/hwmon/hwmon2/temp4_input
cat /sys/bus/platform/devices/coretemp.0/hwmon/hwmon2/temp5_input

Ce qui donne :

nouveau-pci-0100
Adapter: PCI adapter
fan1:         900 RPM
temp1:        +33.0°C  (high = +95.0°C, hyst =  +3.0°C)
                       (crit = +105.0°C, hyst =  +5.0°C)
                       (emerg = +135.0°C, hyst =  +5.0°C)

asus-isa-0000
Adapter: ISA adapter
cpu_fan:        0 RPM

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +38.0°C  (high = +80.0°C, crit = +98.0°C)
Core 0:         +36.0°C  (high = +80.0°C, crit = +98.0°C)
Core 1:         +37.0°C  (high = +80.0°C, crit = +98.0°C)
Core 2:         +35.0°C  (high = +80.0°C, crit = +98.0°C)
Core 3:         +33.0°C  (high = +80.0°C, crit = +98.0°C)

38000
36000
37000
35000
33000

Si cela peut aider ...