Announcements

November 24, 2007
Reading for November 27th, are now posted. Enjoy!

October 2, 2007
To upload your thoughtless acts, create a new assignment page like any other lab. You'll see "Thoughtless Acts" listed as one of the assignment options.

May 24, 2008
This site has been archived and is no longer editable. Stay tuned for the next version, coming in the fall!


LED blink

Project Members: 
Farley Gwazda

int ledPin = 13;               

void setup()                  
{
  pinMode(ledPin, OUTPUT);     
}

void loop()                   
{
  digitalWrite(ledPin, HIGH); 
  delay(10);                 
  digitalWrite(ledPin, LOW);   
  delay(390);                 
}

AttachmentSize
farley's led.jpg58.06 KB

Comments

feedback

hey farley,

Looks good! Reports missing a couple sections though. Please check out my example report for future labs.

Thanks for the gnarley photo! i like the little light lines coming from the LED. I'm trying to figure out if you photoshopped that or if you just had a super super shallow depth of field :)

dave


Powered by Drupal - Design by Artinet