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

Function esp_log_timestamp

lib/ArduinoNative/src/Arduino.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81extern uint32_t esp_log_timestamp(void)
82{
83 return millis();
84}
85
86/******************************************************************************
87 * Local Functions

Callers 1

processLogMessageMethod · 0.85

Calls 1

millisFunction · 0.85

Tested by

no test coverage detected