Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

Arduino sketch structure

// actions are performed in the functions "setup" and "loop"
// but  no information is reported to the larger program

void setup() {
  // ...
}

void loop() {
  // ...
}
Source by www.arduino.cc #
 
PREVIOUS NEXT
Tagged: #Arduino #sketch #structure
ADD COMMENT
Topic
Name
8+2 =