InterviewSolution
Saved Bookmarks
| 1. |
Can the analogRead() function be used from any digital pin?(a) No, it cannot(b) Yes, it can, but only on certain Arduino Boards(c) Yes, it can(d) Yes, it can, but only through certain pinsI had been asked this question in class test.Question is from Analog Input Output in division Arduino Programming of Arduino |
|
Answer» The correct ANSWER is (d) Yes, it can, but only through certain pins |
|