ESP-LiveControl
1.99.1
HTTP server, AJAX API backend and Vue.js web application implementing self-contained, zero-install WiFi remote control of hardware modules attached to the Espressif ESP32 SoC
|
#include <array>
#include "driver/gpio.h"
#include "driver/timer.h"
#include "driver/adc.h"
#include "esp_adc_cal.h"
#include "soc/sens_reg.h"
#include "soc/sens_struct.h"
#include "adc_filter_interpolation.hpp"
#include "app_config.hpp"
Go to the source code of this file.
Classes | |
class | ESP32ADCChannel |
ESP32 ADC 1 channel access with configurable averaging. More... | |
class | ESP32ADCChannelFiltered< filter_length > |
ESP32 ADC 1 channel access with configurable moving average filter. Moving average filtering/smoothing is additional to the averaging of multiple samples for each conversion trigger as per "averaged samples" parameter. More... | |
License: GPL v.3 U. Lukas 2020-12-16