Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. void setup() {
  2. // put your setup code here, to run once:
  3.  
  4. }
  5.  
  6. void loop() {
  7. // put your main code here, to run repeatedly:
  8.  
  9. analogWrite(11, rand());
  10. analogWrite(10, rand());
  11. analogWrite(9, rand());
  12. delay(400);
  13.  
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement