1 / 10

Arduino LilyPad Microcontroller Module( 主板 )

Arduino LilyPad Microcontroller Module( 主板 ). http://www.arduino.cc/en/Reference/HomePage /* * Blink * * The basic Arduino example. Turns on an LED on for one second, * then off for one second, and so on... We use pin 13 because,

diza
Télécharger la présentation

Arduino LilyPad Microcontroller Module( 主板 )

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Arduino LilyPad Microcontroller Module(主板)

  2. http://www.arduino.cc/en/Reference/HomePage • /* • * Blink • * • * The basic Arduino example. Turns on an LED on for one second, • * then off for one second, and so on... We use pin 13 because, • * depending on your Arduino board, it has either a built-in LED • * or a built-in resistor so that you need only an LED. • * • * http://www.arduino.cc/en/Tutorial/Blink • */ • int ledPin = 13; // LED connected to digital pin 13 • void setup() // run once, when the sketch starts • { • pinMode(ledPin, OUTPUT); // sets the digital pin as output • } • void loop() // run over and over again • { • digitalWrite(ledPin, HIGH); // sets the LED on • delay(1000); // waits for a second • digitalWrite(ledPin, LOW); // sets the LED off • delay(1000); // waits for a second • }

  3. SFE FTDI USB to Serial Basic Breakout Board

  4. Arduino LilyPad ±3g Triple Axis Accelerometer

  5. Arduino LilyPad Light Sensor

  6. Arduino LilyPad Power Supply

  7. Arduino LilyPad Tri-Color LED

  8. Arduino LilyPad Vibe Board

  9. Arduino LilyPad Buzzer

  10. LilyPad Temperature Sensor

More Related