InterviewSolution
Saved Bookmarks
| 1. |
Arduino IDE consists of 2 functions. What are they?(a) Build() and loop()(b) Setup() and build()(c) Setup() and loop()(d) Loop() and build() and setup()I have been asked this question in a national level competition.My question is from Arduino topic in section Prototyping Embedded Devices of IOT |
|
Answer» Right option is (C) Setup() and loop() |
|