Changes between Version 15 and Version 16 of esp32_tips
- Timestamp:
- Jul 8, 2017 7:39:38 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
esp32_tips
v15 v16 117 117 以上の仕様と、GPIOマトリックス機能を合わせると、ものによってはブレッドボードに上手く挿すだけでジャンパワイヤなしに通信が可能です。 118 118 119 以下のサンプルスケッチは、液晶モジュールとの通信をジャンパワイヤなしに行うというものです。 120 121 [https://github.com/SWITCHSCIENCE/samplecodes/tree/master/ESPr_Developer_32/ESP32_SPI_MUX ESPr® Developer 32 向けSPI通信サンプルスケッチ ](Github) 122 119 123 120 124 == I^2^C通信 ==