Changes between Version 3 and Version 4 of ControlSystems/Electrical/Training/Arduino/Lesson1


Ignore:
Timestamp:
Sep 24, 2015, 12:04:26 PM (10 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/Electrical/Training/Arduino/Lesson1

    v3 v4  
    2121You should now be familiar with the basic structure of an Arduino sketch including the setup() and loop() functions and you should be able to compile a sketch and load it onto your Arduino Uno.  Try the following:
    2222* vary the speed and duty cycle of the blinking LED by changing the delays
    23 * vary the brightness of the LED (by using a very fast duty cycle during the period when the LED is on)
     23* make the LED fade in and out rather than blink on and off by varying a fast duty cycle
    2424
    2525== Other Stuff ==