Guest User

Untitled

a guest
Jan 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include <UsbSimple.h>
  2.  
  3.  
  4. void setup(){
  5. USB.begin();
  6. }
  7.  
  8. void loop(){
  9. USB.refresh();
  10. USB.set(0, analogRead(5));
  11. USB.set(1, analogRead(4));
  12. }
Add Comment
Please, Sign In to add comment