Raspberry Pi Raspberry PI 温度監視ログの作成
CPUの温度確認コマンドを使用して、温度を記録するスクリプトを作成する。cpu_temp.shというファイルを作成して、以下に記載したスクリプトを記します。#!/bin/bash# ログのファイル名を指定log=cpu_temp.log# ...
Raspberry Pi
Raspberry Pi
Raspberry Pi