InterviewSolution
Saved Bookmarks
| 1. |
What is the use of the MSBFIRST argument in the shiftIn() function?(a) To denote the least significant bit(b) To denote the maximum number of Bits(c) To denote the most significant bit(d) To denote the minimum number of bitsI got this question in an internship interview.Question is taken from Advanced Input Output topic in chapter Arduino Programming of Arduino |
|
Answer» Correct ANSWER is (c) To denote the most significant bit |
|