-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Arduino Trash Separation Project: A Smart Solution for Waste Management #38
Comments
/// include library #include <Servo.h> ///servo motor library // Pin Definitions //plastic bin pin definitions //metal bin pin definitions Servo myservo; // create servo object to control a servo on plastic bin int pos = 165; // deafult servo position of plastic bin void setup() {
} void loop() {
//metal bin
} |
No description provided.
The text was updated successfully, but these errors were encountered: