File Esp32Manager.cpp
FileList > demo-projets > stm32 > src > Esp32Manager.cpp
Go to the source code of this file.
#include "stm32f1xx_hal.h"#include "stm32f1xx_hal_gpio.h"#include "FreeRTOS.h"#include "task.h"#include "Bsp.hpp"#include "utils/Debug.hpp"#include "Esp32Manager.hpp"
Public Attributes
| Type | Name |
|---|---|
| Esp32Manager | sEsp32Manager |
Public Static Attributes
| Type | Name |
|---|---|
| constexpr uint32_t | Esp32WatchdogTimeoutMs = = 150 |
Public Attributes Documentation
variable sEsp32Manager
Esp32Manager sEsp32Manager;
Public Static Attributes Documentation
variable Esp32WatchdogTimeoutMs
constexpr uint32_t Esp32WatchdogTimeoutMs;
The documentation for this class was generated from the following file demo-projets/stm32/src/Esp32Manager.cpp