Raspberry Pi: Difference between revisions
From DWIKI
mNo edit summary |
m →FAQ Tag: wikieditor |
||
| Line 6: | Line 6: | ||
== Identify your pi == | == Identify your pi == | ||
cat /proc/device-tree/model | cat /proc/device-tree/model | ||
==Read CPU temperature== | |||
/usr/bin/vcgencmd measure_temp | |||
Revision as of 14:26, 21 June 2023
Links
FAQ
Identify your pi
cat /proc/device-tree/model
Read CPU temperature
/usr/bin/vcgencmd measure_temp
