@@ -30,7 +30,6 @@ plots for graph modes.
3030 * [ Output] ( #output )
3131 * [ Dependencies] ( #Dependencies )
3232 * [ Features] ( #features )
33- *
3433
3534
3635## Installation
@@ -62,7 +61,7 @@ by typing rpi_tempmon.py or python3 rpi_tempmon.py:
6261
6362rpi_tempmon.py -[ options] [ arguments ]
6463
65- Options list * (Note: Options are standalone , not designed to be combined)* :
64+ Options list * (Note: Options are stand alone , not designed to be combined)* :
6665
6766| Option | Description |
6867| --------------- | --------------- |
@@ -106,7 +105,7 @@ CPU_UPPERLIMIT is the temperature limit of CPU in Centigrade, should be a positi
106105If alarm mode is on when CPU temperature goes above this limit, the alarm function will activate.
107106
108107LED_MODE which should be set to one or zero(one: LED mode on, zero: off) if on
109- an GPIO pin will swicth on during an alarm state in continuous and normal mode.
108+ an GPIO pin will switch on during an alarm state in continuous and normal mode.
110109The RPI GPIO pin as defined by GPIO_LED number. You can connect an LED or another
111110electronic component to this pin.
112111
@@ -134,7 +133,6 @@ Screenshots, example config/log files are also available in documentation.
134133
135134## Output
136135
137-
138136The output folder for log files is currently fixed at:
139137
140138``` sh
@@ -192,7 +190,6 @@ Should be installed by default on most OS, like Raspibian.
192190
193191## Features
194192
195-
196193For a raspberry pi the official operating temperature limit is 85°C,
197194and as a result the Raspberry Pi should start to thermally throttle
198195performance around 82°C. The GPU and CPU are closely correlated
@@ -234,7 +231,6 @@ and Data in red is displayed in screen for an Alarm state, if setup in config f
234231
235232** 3. & 4. Log modes**
236233
237-
238234In logfile mode the data is appended into a file log.txt at output folder.
239235With optional mail setup if alarm mode setup. For mode 3 an email
240236is sent using mode 5 function,
0 commit comments