mirror of
https://github.com/esphome/esphome.git
synced 2024-12-02 11:44:13 +01:00
6153bcc6ad
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
14 lines
239 B
C++
14 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
|