Arduino Compatible KitsΒΆ

This library is designed for multiple platforms with Arduino Uno compatible headers and different SDKs. The following hardware platforms are compatible and tested:

Hardware Platform

Type

SDK

File Marker

Checked

Arduino

Uno Rev3

Arduino IDE

*.ino

yes

Infineon XMC

XMC4700 Relax Kit

Arduino IDE

*.ino

yes

Infineon XMC

XMC1100 Boot Kit

Arduino IDE

*.ino

yes

Other MCU platforms which have an Arduino port may not work, as high frequency PWM (30kHz) is required on pins 3, 9 and 10 what is not available on all boards. Second limitation is the SPI bound to pins 11 (MOSI), 12 (MISO) and 13 (SCK) what is only available on the UNO and XMC boards. However if you wire it manually, the shield might work on more MCUs.

XMC for Arduino