#ifndef _TIME_TOOLS_H #define _TIME_TOOLS_H #include "var_settings.h" int tt(bool s) { if(s) { cs_time = millis(); return 0; } else { return millis() - cs_time; } } #endif
Sign in for post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Comment ( 0 )