[Servo]
説明
Detach the Servo variable from its pin. If all Servo variables are detached, then PWM pins can be used for PWM output with analogWrite().
Syntax
Servo servo; servo.detach()
Parameters
servo
: a variable of type Servo
See also
Libraries Reference Home
86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。