mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
16 lines
246 B
JSON
16 lines
246 B
JSON
|
{
|
||
|
"signal": [
|
||
|
{
|
||
|
"name": "pwm_A",
|
||
|
"wave": "0.1..0..1..0..1..0..1..0.."
|
||
|
},
|
||
|
{
|
||
|
"name": "pwm_B",
|
||
|
"wave": "01.....0.....1.....0.....1"
|
||
|
}
|
||
|
],
|
||
|
"head": {
|
||
|
"text": "Pulse Placement Asymmetric Waveform"
|
||
|
}
|
||
|
}
|