mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
Merge branch 'test/spi_param_wiring_doc' into 'master'
spi test: describe the wiring of param test in the comments See merge request idf/esp-idf!4394
This commit is contained in:
@@ -432,6 +432,16 @@ TEST_SPI_LOCAL(MODE, mode_pgroup)
|
|||||||
|
|
||||||
/********************************************************************************
|
/********************************************************************************
|
||||||
* Test By Master & Slave (2 boards)
|
* 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_init(void** context);
|
||||||
static void test_master_deinit(void* context);
|
static void test_master_deinit(void* context);
|
||||||
|
Reference in New Issue
Block a user