MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / millis

Function millis

lib/ArduinoNative/src/Arduino.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 *****************************************************************************/
73
74extern unsigned long millis()
75{
76 clock_t now = clock();
77
78 return (now * 1000UL) / CLOCKS_PER_SEC;
79}
80
81extern uint32_t esp_log_timestamp(void)
82{

Callers 11

getValueMethod · 0.85
startMethod · 0.85
restartMethod · 0.85
isTimeoutMethod · 0.85
esp_log_timestampFunction · 0.85
playMethod · 0.85
nextNoteMethod · 0.85
registerSensorTopicsMethod · 0.85
notifyMethod · 0.85
processTaskMethod · 0.85
updateTaskMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected