This repository has been archived on 2024-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
study/other/adc_uart/db/adc_uart_partition_pins.json
2020-06-09 15:48:03 +08:00

41 lines
543 B
JSON

{
"partitions" : [
{
"name" : "Top",
"pins" : [
{
"name" : "ADC_SCLK",
"strict" : false
},
{
"name" : "ADC_DIN",
"strict" : false
},
{
"name" : "ADC_CS_N",
"strict" : false
},
{
"name" : "Rs232_Tx",
"strict" : false
},
{
"name" : "clk",
"strict" : false
},
{
"name" : "rst_n",
"strict" : false
},
{
"name" : "Key",
"strict" : false
},
{
"name" : "ADC_DOUT",
"strict" : false
}
]
}
]
}