Changes between Version 2 and Version 3 of ControlSystems/Electrical/Training/Arduino/Lesson1
- Timestamp:
- Sep 24, 2015, 12:03:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/Electrical/Training/Arduino/Lesson1
v2 v3 20 20 == Activities == 21 21 You 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 delays23 * vary the brightness of the LED (by using a v ariable 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) 24 24 25 25 == Other Stuff ==