X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=old-door-deamon%2Fledstats-0.3.1%2Fledcpu.c;fp=old-door-deamon%2Fledstats-0.3.1%2Fledcpu.c;h=0000000000000000000000000000000000000000;hp=1a79e630ceb1773e5fe46cef6b9e975ad84a7476;hb=ef0255ffe0a390c49c6e2c3e41fb5312032a4f00;hpb=5f90a9da59975c3bf81efc461fcd13637e4e0e5d diff --git a/old-door-deamon/ledstats-0.3.1/ledcpu.c b/old-door-deamon/ledstats-0.3.1/ledcpu.c deleted file mode 100644 index 1a79e63..0000000 --- a/old-door-deamon/ledstats-0.3.1/ledcpu.c +++ /dev/null @@ -1,40 +0,0 @@ -#include -#include -#include -#include -#include - -#include - -/* Get the current statistics on the cpu */ - - -int loop(void) -{ - FILE *pstat; - int load; - int lights[MAXLED]; - int blink=0; - - -// led_off_all(); - -// for(load = 0; load <= ; load++) -// lights[1] = 1; - - led_on(1); - - //led_set_on(lights); - -// led_on_all(); - - return(0); -} - -int main(int argc, char **argv) -{ - - loop(); - - return(EXIT_SUCCESS); -}