Skip to content

Commit

Permalink
ci auto translate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luatos_bot committed Dec 6, 2023
1 parent 9e9f6c3 commit 8510246
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/chips/air780e/iomux.html
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@ <h2>GPIO Additional Instructions<a class="headerlink" href="#gpio-additional-ins
<li><p><strong>GPIO23</strong> After power-on, the input pull-down is first, and then it will be set to <strong>output pull-up high level</strong>. It is recommended to avoid using this GPIO</p></li>
<li><p>**Note **, only GPIO 20-22 supports ‘two-way triggering (rising and falling) ‘, other GPIOs only support one-way triggering of ‘rising edges’ or ‘falling edges’</p></li>
<li><p>GPIO 20-25 The level flip speed of is slower than other GPIO</p></li>
<li><p>When using GPIO with multiplexing function, the default GPIO pins need to be multiplexed into other functions before the multiplexed GPIO can be used normally. If you want to use 97-pin GPIO12, you need to multiplex 58-pin GPIO12 into I2C or UART function first.</p></li>
</ol>
<div class="table-wrapper"><table class="colwidths-auto docutils align-default">
<thead>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions translated-docs/chips/air780e/iomux.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Attention:
7. **GPIO23** After power-on, the input pull-down is first, and then it will be set to **output pull-up high level**. It is recommended to avoid using this GPIO
8. **Note **, only GPIO 20-22 supports 'two-way triggering (rising and falling) ', other GPIOs only support one-way triggering of 'rising edges' or 'falling edges'
9. GPIO 20-25 The level flip speed of is slower than other GPIO
10. When using GPIO with multiplexing function, the default GPIO pins need to be multiplexed into other functions before the multiplexed GPIO can be used normally. If you want to use 97-pin GPIO12, you need to multiplex 58-pin GPIO12 into I2C or UART function first.

|Corresponding GPIO | Corresponding PAD | Examples of API used | Remarks|
|---------|---------|---------|----|
Expand Down
2 changes: 2 additions & 0 deletions translation-data/chips/air780e/iomux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Only supports input and interrupt | instant power-on key, when normal GPIO is us
Output from machine
从机输出| - | 29 |注意无GPIO功能
slave output | - | 29 | note no GPIO function
使用复用功能的GPIO时,需要先将默认GPIO引脚的复用为其他功能,才能正常使用复用的GPIO,如想使用97引脚的GPIO12,需要先将58引脚的GPIO12复用为I2C或者UART功能
When using GPIO with multiplexing function, the default GPIO pins need to be multiplexed into other functions before the multiplexed GPIO can be used normally. If you want to use 97-pin GPIO12, you need to multiplex 58-pin GPIO12 into I2C or UART function first.
例如 PWM1和PWM11都使用硬件通道1, **只能选其中一个使用
For example, PWM1 and PWM11 both use hardware channel 1, **only one of them can be selected to use
例如将`wakup0`设置为唤醒脚, 中断回调可以是空函数
Expand Down

0 comments on commit 8510246

Please sign in to comment.