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.