Posts

Showing posts from September, 2018

ESP8266: Minimum I2S code

Image
Question: What's the most convoluted way to flash an LED on an ESP8266? Answer : Using DMA (Direct Memory Access) and to output to a GPIO using the I2S protocol of course! Outputting memory straight to an LED using I2S