3/8/2020 1:06:35 PM
Amitoj Singh2 Answers
New AnswerBasic functions ------ I/O --------------- digitalWrite(pin , state) digitalRead(pin ) analogWrite(pin , state) analogRead(pin ) ----------Serial -------- Serial.begin(baudrate) Serial.print("string") Serial.println("string")
Why don't you go directly to the Arduino website and start reading the documentation. https://www.arduino.cc/en/Guide/HomePage There is no specific Arduino course on SoloLearn.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message