这里会显示出您选择的修订版和当前版本之间的差别。
| — |
en:arduino:libraries:servodetach [2016/12/25 22:15] (当前版本) |
||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | [[en:arduino:libraries:servo|Servo]] | ||
| + | ====== detach() ====== | ||
| + | |||
| + | ===== Description ===== | ||
| + | |||
| + | Detach the Servo variable from its pin. If all Servo variables are detached, then pins 9 and 10 can be used for PWM output with analogWrite(). | ||
| + | ===== Syntax ===== | ||
| + | |||
| + | servo.detach() | ||
| + | ===== Parameters ===== | ||
| + | |||
| + | servo: a variable of type Servo | ||
| + | ===== See also ===== | ||
| + | |||
| + | * attach() | ||
| + | * attached() | ||
| + | [[en:arduino:libraries|Reference Home]] | ||