ESPHome 2025.10.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;
13 void loop() override;
15 void dump_config() override;
16
17 protected:
19};
20
21} // namespace nrf52
22} // namespace esphome
23
24#endif
void set_reset_pin(GPIOPin *reset)
Definition dfu.h:14
uint16_t reset
Definition ina226.h:5
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7