Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. int btn3 = Esplora.readButton(3);
  2. int btn4 = Esplora.readButton(4);
  3.  
  4. if (btn3 == LOW) {
  5. Esplora.writeRGB(255, 255, 0);
  6. }
  7. else if (btn4 == LOW) {
  8. Esplora.writeRGB(255, 255, 0);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement