Arduino IDE | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Arduino IDE

I have the Arduino Software, so I want to know some functions.

8th Mar 2020, 1:06 PM
Amitoj Singh
Amitoj Singh - avatar
2 Answers
+ 10
Basic functions ------ I/O --------------- digitalWrite(pin , state) digitalRead(pin ) analogWrite(pin , state) analogRead(pin ) ----------Serial -------- Serial.begin(baudrate) Serial.print("string") Serial.println("string")
8th Mar 2020, 3:13 PM
Pedro H.J
Pedro H.J - avatar
+ 2
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.
8th Mar 2020, 1:23 PM
Tibor Santa
Tibor Santa - avatar