diff --git a/Raspberry_Pi.md b/Raspberry_Pi.md index f3d73d0..ea872ef 100644 --- a/Raspberry_Pi.md +++ b/Raspberry_Pi.md @@ -145,17 +145,17 @@ Adding the following options removes this limitation, `/etc/modprobe.d/rpi-camer ## Onboard Hardware Sensors ### Temperature -Temperatures sensors can be queried with utils in the `raspberrypi-firmware` package. +Temperatures sensors can be queried with utils in the `raspberrypi-utils` package. ``` -$ /opt/vc/bin/vcgencmd measure_temp +$ vcgencmd measure_temp temp=49.8'C ``` ### Voltage -Four different voltages can be monitored via `/opt/vc/bin/vcgencmd`: +Four different voltages can be monitored via `vcgencmd`: - $ /opt/vc/bin/vcgencmd measure_volts + $ vcgencmd measure_volts Where `` is: