#ifndef CPU_H_ #define CPU_H_ #include float cpu_percentage(unsigned); uint8_t getCpuCount(); #endif