Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. sketch_jan23a:94: error: base operand of '->' is not a pointer
  3.  
  4.        adc0->save(adc0);
  5.  
  6.            ^
  7.  
  8. sketch_jan23a:95: error: base operand of '->' is not a pointer
  9.  
  10.        adc1->save(adc1);
  11.  
  12.            ^
  13.  
  14. sketch_jan23a:96: error: base operand of '->' is not a pointer
  15.  
  16.        adc2->save(adc2);
  17.  
  18.            ^
  19.  
  20. sketch_jan23a:97: error: base operand of '->' is not a pointer
  21.  
  22.        adc3->save(adc3);
  23.  
  24.            ^
  25.  
  26. exit status 1
  27. base operand of '->' is not a pointer
  28.  
  29. This report would have more information with
  30. "Show verbose output during compilation"
  31. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement