mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 10:09:08 -04: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:
commit
6c49f19247
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user