#include <stdlib.h>
#include <stdio.h>


/*

	cpu temp
	fch temp
	fan1
	fan2
	fan3

	gpu temp
	gpu fan


	clocks
	temps
	volts
	fans


	using window(10sec):
	moving average
	moving median
	threshold step

	once per second:
	simple read/react


*/



int main(int argc, char **argv){



	return 0;
}
