Error message

Notice: Trying to get property 'total_page_loads' of non-object in eval() (line 16 of /Sites/Drupal.Fossee.All.Sites/modules/php/php.module(80) : eval()'d code).

Blink of LED

Link

Outline -

Write an Arduino program to blink an LED.

Arduino program is saved as Sketch Default program environment with two empty functions - void setup - function for setting up a micro-controller void loop - infinite loop Program to turn on the LED Compile the program into binary format Program to turn off the LED Upload the program