ESPHome
2024.10.2
esphome
esphome
components
rp2040
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
ulMainGetRunTimeCounterValue
unsigned long ulMainGetRunTimeCounterValue()
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
Generated by
1.8.13