You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -104,6 +105,10 @@ Any new board or feature integration will only be done in the *XMC Family V2.x*
104
105

105
106
106
107
108
+
### Known Issues
109
+
110
+
*:warning: While using the pins connected to the **LEDs** configured as **INPUT**, there might be some abberation in behavior due to the presence of the series resistor of the LED, as it causes a voltage drop on the pin. In case of such an occurance, it is advised to desolder the series resistor and the LED and thereby using the pin as INPUT.
111
+
107
112
### Using PlatformIO IDE
108
113
109
114
-[What is PlatformIO?](http://docs.platformio.org/en/latest/what-is-platformio.html?utm_source=github&utm_medium=xmc-for-arduino)
Copy file name to clipboardExpand all lines: libraries/I2S/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The library has been tested with the XMC4700 Relax Kit, XMC1100 XMC 2Go, and XMC
35
35
36
36
`Ensure that level shifting is in place as the microphone board has 3.3 V logic level, XMC1100 Boot Kit has 5 V by default.`
37
37
38
-
This configuration is defined in `utility\xmc_i2s_conf.h`.
38
+
This configuration is defined in the respective board configuration files `pins_arduino.h`.
39
39
40
40
If we take the pin out of XMC for Arduino, the respective pins for SPI are redefined.
41
41
Therefore, SPI cannot be used anymore in combination with I2S - please keep this in mind. On the other hand, using `SPI.begin()` and `I2S.begin()` will reactivate the original setting and switching between both interfaces is possible on the fly.
0 commit comments