mirror of
https://github.com/esphome/esphome.git
synced 2025-02-21 20:38:16 +00:00
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
|