1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-22 21:23:07 +03:00
esp8266/libraries
Earle F. Philhower, III 8ae553d99e
I2s input API and examples (#4539)
Enables I2S stereo input via DMA using new API calls:

. i2s_rxtx_begin(bool rx, rool tx);
. i2s_read_sample(uint32_t *l, uint32_t *r);

Original API calls will only enable TX, so this is backwards compatible.

Add simple I2S input example code using Arduino serial plotter.

Add UDP transmit of I2S microphone data to a PC (remote microphone).

Clean up and reorganize code to share RX and TX logic as much as
possible.  Fix a potential WDT error while in blocking sample read
and write.
2018-04-02 07:37:21 -07:00
..
2018-03-08 14:32:06 +08:00
2018-03-08 14:32:06 +08:00
2018-03-08 14:32:06 +08:00
2018-03-09 12:47:22 +08:00
2018-03-08 14:32:06 +08:00
2018-03-08 14:32:06 +08:00
2018-03-08 14:32:06 +08:00
2018-03-18 01:53:54 -03:00
2018-03-08 14:32:06 +08:00