Page 1 of 1

DIYINHK

Posted: Tue Apr 12, 2022 11:46 pm
by dicas3d
Is DIYINHK board Arduino compatible?
That board from URL ? https://www.diyinhk.com/shop/audio-kits ... _spdif_out

Re: DIYINHK

Posted: Thu May 26, 2022 9:22 am
by fabriceo
Arduino compatibility means many things as:
- a connector providing D0..Dn and analog A0...An
- a library to easily access these Ins
- additional libraries dealing with Strings, Print, I2C and so forth.
so the answer is NO,
but if you have time you can port some of the Arduino libraries to the XMOS environment to make you life easier, but still managing digital IO or I2C/SPI peripherals is very different.