ESPHome  2024.4.2
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 
8 extern "C" unsigned long ulMainGetRunTimeCounterValue();
9 
10 namespace esphome {
11 namespace rp2040 {} // namespace rp2040
12 } // namespace esphome
13 
14 #endif // USE_RP2040
unsigned long ulMainGetRunTimeCounterValue()
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7