diff --git a/components/driver/test/test_spi_param.c b/components/driver/test/test_spi_param.c index 87036e0cd..08facc707 100644 --- a/components/driver/test/test_spi_param.c +++ b/components/driver/test/test_spi_param.c @@ -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);