We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b6fdc commit efdcdd5Copy full SHA for efdcdd5
drivers/SPI.h
@@ -84,7 +84,7 @@ class SPI : private NonCopyable<SPI> {
84
85
/** Create a SPI master connected to the specified pins.
86
*
87
- * @note Either mosi or miso can be specified as NC if not used.
+ * @note You can specify mosi or miso as NC if not used.
88
89
* @param mosi SPI Master Out, Slave In pin.
90
* @param miso SPI Master In, Slave Out pin.
0 commit comments