Skip to content

Commit

Permalink
Correct comment in SPI_Multiple_Buses.ino (#2272)
Browse files Browse the repository at this point in the history
The default SPI bus is VSPI (see libraries/SPI/src/SPI.cpp). This change corrects a misleading comment in a code example which was stating wrongly that HSPI would be the default one.
  • Loading branch information
johannesmaibaum authored and me-no-dev committed Jan 4, 2019
1 parent 00e69a2 commit 812d131
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/* The ESP32 has four SPi buses, however as of right now only two of
* them are available to use, HSPI and VSPI. Simply using the SPI API
* as illustrated in Arduino examples will use HSPI, leaving VSPI unused.
* as illustrated in Arduino examples will use VSPI, leaving HSPI unused.
*
* However if we simply intialise two instance of the SPI class for both
* of these buses both can be used. However when just using these the Arduino
Expand Down

0 comments on commit 812d131

Please sign in to comment.