mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-22 21:58:29 +02:00
6153bcc6ad
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
15 lines
239 B
C++
15 lines
239 B
C++
#pragma once
|
|
|
|
#ifdef USE_RP2040
|
|
|
|
#include <Arduino.h>
|
|
#include <pico.h>
|
|
|
|
extern "C" unsigned long ulMainGetRunTimeCounterValue();
|
|
|
|
namespace esphome {
|
|
namespace rp2040 {} // namespace rp2040
|
|
} // namespace esphome
|
|
|
|
#endif // USE_RP2040
|