Skip to content

Instantly share code, notes, and snippets.

@phonec
phonec / main.c
Last active February 24, 2018 08:39
ADC1 multiple-channel scanning by pattern table
#include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
#include "esp_log.h"
#include "driver/i2s.h"
#include "soc/syscon_reg.h"
#include "driver/adc.h"
#include "esp_wifi.h"
#include "esp_event_loop.h"
#include "nvs_flash.h"