ESPHome 2026.5.3
Loading...
Searching...
No Matches
core.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef USE_RP2040
4
5#include <Arduino.h>
6#include <pico.h>
7
8extern "C" unsigned long ulMainGetRunTimeCounterValue();
9
10namespace esphome::rp2040 {} // namespace esphome::rp2040
11
12#endif // USE_RP2040
unsigned long ulMainGetRunTimeCounterValue()