Guest User

Untitled

a guest
Nov 14th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #include <PlotPlus.h>
  2.  
  3. void setup() {
  4. Serial.begin(9600);
  5. }
  6.  
  7. void loop() {
  8. plot(analogRead(A0), analogRead(A1), analogRead(A2));
  9. }
Add Comment
Please, Sign In to add comment