* Inform slave of a master button press. * SPI pin numbers: * SCK 13 // Serial Clock. * MISO 12 // Master In Slave Out. * MOSI 11 // Master Out Slave In. * SS 10 ...
ESP32 には 4 つの SPI コントローラ(SPI0〜SPI3)が搭載されています。しかし、実際にユーザーが任意に使えるハードウェア SPI は 2 本(HSPI / VSPI) だけです。本記事では、Arduino IDE・ESP-IDF の両方に共通する SPI 使用上の注意点 を整理します。 🧩 ESP32 の SPI ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.