⑹ SPI 통신 초기화 – SPI 마스터 설정 /*********************************************************************************** *Function: void InitSPI(void) *Description: Initialize SPI Master *Input: *Output: *************************************************************************************/ void InitSPI(void) { SPI_Enable(); // Enable SPI SPI_SelectMASTERByMSTRbit(); // Set to MASTER SPI_SetClock(SPI_CLK_S..