Changes between Version 6 and Version 7 of esp32_tips


Ignore:
Timestamp:
May 6, 2017 12:31:32 AM (7 years ago)
Author:
kishida
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • esp32_tips

    v6 v7  
    9999* VSPI - SCK,MISO,MOSI,SS = 18,19,23,5
    100100
     101ピンを指定するときは、`SPI.begin(SCK, MISO, MOSI, SS);`というふうに引数を指定します。
     102
    101103=== サンプルスケッチ ===
    102104