sensor monitoring compleat, starting on fan control
This commit is contained in:
parent
5dfdfce745
commit
9c17bfe0bf
6 changed files with 130 additions and 70 deletions
12
lm.h
Normal file
12
lm.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <sensors/sensors.h>
|
||||
#include <sensors/error.h>
|
||||
|
||||
#include "sensor.h"
|
||||
|
||||
std::vector<const sensors_chip_name*> lm_get_chips(const std::string& match);
|
||||
std::vector<Sensor> lm_get_temperatures(std::vector<const sensors_chip_name*>& chips);
|
||||
Loading…
Add table
Add a link
Reference in a new issue