Jan 28, 2009
Jan 26, 2009
Let there be light!
int ledPin = 13; //Declare that we have an LED on pin 13
void setup() {
pinMode(ledPin, OUTPUT);
}
void loop() {
//The code loop runs from here...
digitalWrite(ledPin,HIGH); //Turn the LED on
delay(1000); //Wait for a second
digitalWrite(ledPin,LOW); //Turn the LED off
delay(1000); //Wait for a second
//...to here
}
The Nobel Chamber
The Nobel Chamber is a permanent exhibition in Nobel Peace Center (Nobels Fredssenter). It is a magical book - as described in the museum guide- about Alfred Nobel's life, inventions and testament.
Stem med støvelen!
Subscribe to:
Posts (Atom)