Definitions for LM75 I2C Temperature Sensor.
More...
Go to the source code of this file.
|
| void | LM75_init (void) |
| | Initializes LM75 monitoring task.
|
| |
| void | vTaskLM75 (void *Parameters) |
| | Monitoring task for LM75 sensor.
|
| |
Definitions for LM75 I2C Temperature Sensor.
- Author
- Henrique Silva henri.nosp@m.que..nosp@m.silva.nosp@m.@lnl.nosp@m.s.br, LNLS
◆ LM75_UPDATE_RATE
| #define LM75_UPDATE_RATE 500 |
Rate at which the LM75 sensors are read (in ms)
◆ LM75_init()
Initializes LM75 monitoring task.
- Returns
- None
◆ vTaskLM75()
| void vTaskLM75 |
( |
void * | Parameters | ) |
|
Monitoring task for LM75 sensor.
This task unblocks after every LM75_UPDATE_RATE ms and updates the read from all the LM75 sensors listed in this module's SDR table
- Parameters
-
| Parameters | Pointer to parameter list passed to task upon initialization (not used here) |
◆ SDR_LM75_ADN4604
◆ SDR_LM75_DCDC
◆ SDR_LM75_RAM
◆ SDR_LM75_uC
◆ vTaskLM75_Handle
| TaskHandle_t vTaskLM75_Handle |
|
extern |