#!/bin/bash

# Для работы с элементами железа

function get_temperature
{
    echo $(/opt/vc/bin/vcgencmd measure_temp| grep -o '[0-9.]*')
}