Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What is the bare minimum code for an arduino Program ?

user-image
Question added by Ghayth Mkhinini , Internship , IT Grapes
Date Posted: 2013/12/21
Farhan Yaseen
by Farhan Yaseen , Instrument Engineer , Agri Tech

minimum code for arduino is

void setup() {

}

void loop() {

}

These two functions are the minimum requirements for an arduino code to get compiled

void setup()

and

void loop()

 

More Questions Like This