]> granicus.if.org Git - esp-idf/commitdiff
spi test: describe the wiring of param test in the comments
authormichael <xiaoxufeng@espressif.com>
Thu, 28 Feb 2019 11:37:17 +0000 (19:37 +0800)
committermichael <xiaoxufeng@espressif.com>
Thu, 28 Feb 2019 11:43:58 +0000 (19:43 +0800)
components/driver/test/test_spi_param.c

index 87036e0cdb1636b4a222b9d677712ff90b598c22..08facc707e454e464ac2c1b53a594aaf016eb919 100644 (file)
@@ -432,6 +432,16 @@ TEST_SPI_LOCAL(MODE, mode_pgroup)
 
 /********************************************************************************
  *      Test By Master & Slave (2 boards)
+ *
+ *  Wiring:
+ * | Master | Slave |
+ * | ------ | ----- |
+ * | 12     | 19    |
+ * | 13     | 23    |
+ * | 14     | 18    |
+ * | 15     | 5     |
+ * | GND    | GND   |
+ *
  ********************************************************************************/
 static void test_master_init(void** context);
 static void test_master_deinit(void* context);