Robotics & Artificial Intelligence

Task of digitalWrite() function is …………… .

  1. Give input to Arduino
  2. Take output from Arduino
  3. Both a and b
  4. None of these

Tinkercad

2 Likes

Answer

Give input to Arduino

Reason — The digitalWrite() function is used to send input to the Arduino by writing HIGH or LOW values to the digital output pins.

Answered By

3 Likes


Related Questions