Advertisement
Guest User

Untitled

a guest
May 24th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include <Servo.h>
  2. Servo serwo;
  3.  
  4.  
  5. void setup() {
  6. // put your setup code here, to run once:
  7. serwo.attach(9);
  8. serwo.write(90);
  9.  
  10. }
  11.  
  12. void loop() {
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement