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


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

--

Legend:

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

    v2 v3  
    2020== Activities ==
    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:
    22 * vary the speed of the blinking LED by changing the delays
    23 * vary the brightness of the LED (by using a variable duty cycle)
     22* 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)
    2424
    2525== Other Stuff ==