Skip to content

Instantly share code, notes, and snippets.

@peng95187
peng95187 / I2S_MIC_UDP.ino
Created January 8, 2021 08:49 — forked from GrahamM/I2S_MIC_UDP.ino
ESP32 I2S Mic UDP streamer
/**
* ESP32 I2S UDP Streamer
*
* This is influenced by maspetsberger's NoiseLevel at
* https://github.com/maspetsberger/esp32-i2s-mems/blob/master/examples/NoiseLevel/NoiseLevel.ino
*
* @author GrahamM
*/
#include <driver/i2s.h>