2 Commits

Author SHA1 Message Date
Cheng-Yang Chou
2b22c6bba7 Drop .owner for kernel >= 6.4
Kernel 6.4+ sets .owner automatically. Remove manual assignment
to avoid build issues and keep compatibility with older versions.
2025-04-14 21:06:26 +08:00
Jeremy90307
0beffd5b70 Add an LED driver example using GPIO
Use GPIO to control LED on/off and add related GPIO knowledge.

Test detail:

- Tested on Raspberry Pi 5B with Raspberry Pi OS (Debian 12, Linux
  version 6.12.1-v8-16k+)

- Verify that LED example compiles and loads successfully

- Verify that LED turns on and off sucessfully
2025-03-10 21:40:58 +08:00