ESPHome
2024.10.2
esphome
esphome
components
rp2040
preferences.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef USE_RP2040
4
5
namespace
esphome
{
6
namespace
rp2040 {
7
8
void
setup_preferences
();
9
void
preferences_prevent_write
(
bool
prevent);
10
11
}
// namespace rp2040
12
}
// namespace esphome
13
14
#endif // USE_RP2040
esphome::rp2040::setup_preferences
void setup_preferences()
Definition:
preferences.cpp:147
esphome::rp2040::preferences_prevent_write
void preferences_prevent_write(bool prevent)
Definition:
preferences.cpp:152
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
Generated by
1.8.13