ALFAT_SPI_UART_IF_Code_Library : for which hardware

hello,

ALFAT_SPI_UART_IF_Code_Library has been written for the STM family, isn’t it?

How could I use it with an Arduino family card?

Thank’s,
y.j.

The code is somewhat generic. You need to change the spi code to whatever processor you are using but the remaining code is the same on any system.

Yes I see more or less.

I was affraid by :

#include "ALFAT_SPI.h"
#define WriteBytes   	STM32_SPI_WriteBytes

If I understand ALFAT.C is the same for any system,

and I must find the equivalent for STM32_SPI_WriteBytes in Pic32 arduino library ?

Thank’s,
y.j.

Yes