SPI 장치
Arduino® 하드웨어에 연결된 SPI 장치에서 읽기 및 쓰기
SPI 함수를 사용하기 전에 arduino를 사용하여 Arduino 객체를 만듭니다. 자세한 내용은 Connect to Arduino Hardware 항목을 참조하십시오. 또는 Arduino 탐색기 앱에서 SPI 통신 인터페이스를 구성하여 Arduino 하드웨어에 연결된 SPI 장치에서 데이터를 읽고 쓰도록 할 수도 있습니다.
참고
모든 함수는 MATLAB Function 블록을 사용하여 코드를 생성하는 데 사용할 수 있습니다. 자세한 내용은 Deploy Arduino Functions to Arduino Hardware Using MATLAB Function Block 항목을 참조하십시오.
함수
도움말 항목
- Communicate with a SPI EEPROM Device
Learn how to store and retrieve data from an SPI EEPROM device.
- Communicate with SPI Device on Arduino Hardware
Learn how to communicate with an SPI device on your Arduino hardware.
- Arduino and SPI Interface
Learn how Arduino hardware interfaces with the SPI protocol.