ESPHome 2026.5.0-dev
Loading...
Searching...
No Matches
dfu.h
Go to the documentation of this file.
1#pragma once
2
4#ifdef USE_NRF52_DFU
6#include "esphome/core/gpio.h"
7
8namespace esphome {
9namespace nrf52 {
11 public:
12 void setup() override;
14 void dump_config() override;
15
16 protected:
18};
19
20} // namespace nrf52
21} // namespace esphome
22
23#endif
void set_reset_pin(GPIOPin *reset)
Definition dfu.h:13
uint16_t reset
Definition ina226.h:5
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7