Changes between Version 3 and Version 4 of ControlSystems/Electrical/Training/Arduino/Lesson1
- Timestamp:
- Sep 24, 2015, 12:04:26 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/Electrical/Training/Arduino/Lesson1
v3 v4 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 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)23 * make the LED fade in and out rather than blink on and off by varying a fast duty cycle 24 24 25 25 == Other Stuff ==