setFile(LOG_PATH.'statistic/cpufrequency.csv'); $log->setLimit(2016); sleep(7); $log->add(array(time(), rpi_getCpuClock())); $log->close(); ?>