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
No description provided.
The text was updated successfully, but these errors were encountered:
first attempt at porting the oscillator code to javascript is up and ready for testing https://github.com/sfranzyshen/OttoDIYJavaScript/blob/master/oscillator.js
Sorry, something went wrong.
first test passed ... next up otto9.js 😄
let servo = [require('oscillator').init(), require('oscillator').init()]; // servo[0].attach(D12); // servo[1].attach(D14); // servo[0].SetPosition(0); // servo[1].SetPosition(0); // servo[0].SetPosition(180); // servo[1].SetPosition(180); // servo[0].SetPosition(90); // servo[1].SetPosition(90); // servo[0].detach(); // servo[1].detach();
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: