We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How many PWM outputs are available at same time? According to documentation its 3 PWMs: https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#description-70
but in your code are 6 possible:
nodemcu-firmware/app/driver/pwm.c
Line 30 in bb9dd62
nodemcu-firmware/app/include/driver/pwm.h
Line 4 in bb9dd62
Which is also correct?
PS: I do not have currently ESP8266 devices to test it!
The text was updated successfully, but these errors were encountered:
Sorry but please see #719.
Sorry, something went wrong.
So i see now in wiki, there are 6 PWMs
2014-11-11 add file.seek() api to file module now max 6 pwm channel is supported
Despier of #719 this should be fixed in the docs!
@RafaelKa, you can create the PR (Pull Request) as easily as we can.
No branches or pull requests
How many PWM outputs are available at same time?
According to documentation its 3 PWMs:
https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#description-70
but in your code are 6 possible:
nodemcu-firmware/app/driver/pwm.c
Line 30 in bb9dd62
nodemcu-firmware/app/include/driver/pwm.h
Line 4 in bb9dd62
Which is also correct?
PS: I do not have currently ESP8266 devices to test it!
The text was updated successfully, but these errors were encountered: