-
-
Notifications
You must be signed in to change notification settings - Fork 278
Supported Architectures
Phil Schatzmann edited this page Sep 24, 2021
·
28 revisions
Unfortunately Arduino does not provide an I2S functionality which is standardized across the different processors. There is only an official documentation for SAMD21 processors. The full functionality of the library is currently only available on the ESP32:
Processor | I2S | ADC/DAC | A2DP | URLStream | PWM | Other |
---|---|---|---|---|---|---|
ESP32 | + | + | + | + | * | + |
ESP8266 | * | * | + | |||
SAMD21 | * | + | ||||
Raspberry Pico | * | * | + | |||
Nano BLE(MBED) | * | * | + |
Legend:
- supported +
- supported but not tested *