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
i use the pocketbeagle board.
and set pin p2_1 to analogwrite
b.pinMode(pin, b.ANALOG_OUTPUT, ); b.analogWrite(pin, 1, 2000, printJSON)
sadly it ends in this error:
{"err":"error updating PWM freq and value: undefined, Error: ENOENT: no such file or directory, open 'undefined/period'"}
same error in the playground. i really need analog write. do you have any suggestions how i can use it?
The text was updated successfully, but these errors were encountered:
This is going to require a kernel update as I've got the other fixes in. I believe @RobertCNelson will do the kernel update soon. See #156.
Sorry, something went wrong.
Almost there. Still have the udev issue #161.
This issue was moved to beagleboard#43
No branches or pull requests
i use the pocketbeagle board.
and set pin p2_1 to analogwrite
sadly it ends in this error:
same error in the playground.
i really need analog write. do you have any suggestions how i can use it?
The text was updated successfully, but these errors were encountered: