Slide 4
Slide 4 text
• GPIO - (Or the various ways to turn on a led in linux)
• Overview
• GPIO x Pin Control
• GPIOLib Kernel Space
• Legacy
• Parse your device tree
• New Descriptor-Based API
• Device tree abstracted
• GPIO in User Space
• sysfs - Deprecated! (Why? This is so easy)
• Char Device - Why not write a device driver?
• Pin Control (I really need this?)
• Pin Multiplexing
• Pin Configuration
• Generic Pin Mutiplexing and Configuration
*Maker point of view