Beschreibung :
zum benutzen der SPI-Schnittstelle
MISO = P0.6
MOSI = P0.7
SCK = P0.8
SlaveSel = P0.9
Funktionen :
1 2 | void XMC2GO_Spi_Init(void); // init der SPI-Schnittstelle uint8_t XMC2GO_Spi_SendByte(uint8_t wert); // ein Byte per SPI senden/empfangen |
Download :