-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PCA9685-PWM init時にRemote I/O error が発生する #54
Comments
SDカードの中身の途中のコードを見ると await pca9685_pwm.init(); と書かれておりましたが、いまの@chirimen/pca9685-pwmの実装では引数に周波数を取る実装になってます 実装:
このため、引数を省略した際に参照出来ず何らかの不正な値に暗黙的な変換が行われたのではないかと想像しますが、この点に関していかがでしょうか 使い方に関してはCHIRIMENのExamplesのサンプルコードを参照: |
と思ったらデフォルト60Hzになるように書かれてました chirimen-drivers/packages/pca9685-pwm/pca9685-pwm.mjs Lines 25 to 30 in 241b1e8
|
pca9685をNode.jsで動かした際にinit()時にRemote I/O errorが発生する。
ブランチpca9685-pwmのnode-example/pca9685-pwm/example1.jsで発生。
配線はschematic1.pngの通りに配線しました。
エラーログ
The text was updated successfully, but these errors were encountered: