File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,17 @@ vcgencmd = RaspberryPiVcgencmd()
24
24
print vcgencmd.get_version()
25
25
```
26
26
27
+ ## Exposed Functions
27
28
29
+ The majority of the useful output from vcgencmd is exposed in the class with the below functions
28
30
31
+ * get_cpu_temp - Gets the system temperature of the soc in Celsius or Fahrenheit
32
+ * get_ram_split - Gets the memory split between the gpu and cpu
33
+ * measure_volts - Measures the voltage of various internal components
34
+ * measure_clock - Mesures the clock frequency of various internal components
35
+ * is_codec_available - Returns whether the codec specificed video/audio codec is available on the Raspberry Pi
36
+ * get_version - Gets the version of the firmware installed on the Raspberry Pi
37
+ * set_display_power - Allows turning off/on the video output of the Raspberry Pi
29
38
30
39
## Todo
31
40
You can’t perform that action at this time.
0 commit comments