InterviewSolution
Saved Bookmarks
| 1. |
Can the digitalWrite() function be used from any analog 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 pinsThis question was addressed to me by my school teacher while I was bunking the class.I need to ask this question from Digital Input Output in portion Arduino Programming of Arduino |
|
Answer» The correct option is (b) Yes, it can, but only on certain ARDUINO BOARDS |
|