InterviewSolution
Saved Bookmarks
| 1. |
What type of signal does the analogWrite() function output?(a) Pulse Width Modulated Signal(b) Pulse Code Modulated Signal(c) Pulse Amplitude Modulated Signal(d) Frequency Modulated SignalThis question was posed to me in homework.My question comes from Analog Input Output topic in chapter Arduino Programming of Arduino |
|
Answer» CORRECT answer is (a) Pulse Width MODULATED Signal Explanation: The Pulse Width Modulated Signal is the one which is transmitted by the analogWrite() function. This is done in an attempt to REPLICATE the ANALOG functionality to control certain sensors and ACTUATORS. |
|