#include "Uptime.h" void setup() { Serial.begin(115200); } void loop() { Serial.println( uptime() ); delay(1000); }