Completed
Pulse-Width Modulation (PWM)
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Gadgets and Trinkets - The Upstream Linux Way
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 About Me (and Linux)
- 3 Connecting Simple Devices to a Linux System
- 4 Arduino
- 5 Example: Getting To Blinky
- 6 Userspace Drivers
- 7 Comparison: Userspace vs. Kernelspace Drivers
- 8 Example: HD44780 Character LCD
- 9 Existing Drivers
- 10 Pulse-Width Modulation (PWM)
- 11 RGB LEDs?
- 12 Motors & Actuators?
- 13 GPIO Aggregator (v5.8+)
- 14 Hardware Description
- 15 Sample Device Tree Snippet: SPI Controller and Device
- 16 I need spidev in DT!
- 17 Enabling My Device in DT
- 18 DT Bindings Example: GPIO-operated Door
- 19 Driver / Binding
- 20 Sample DT Overlay / Sugar Syntax
- 21 Dynamic DT Overlays
- 22 Connector Framework: Making DT Overlays Safe(r)
- 23 Questions & Answers