Device driver tutorials - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Kernel Related (https://www.linux-noob.com/forums/forum-61.html) +--- Thread: Device driver tutorials (/thread-76.html) |
Device driver tutorials - Alex230-WR - 2015-02-17 Please point me to some good linux device drivers tutorials. I need to create a driver that will read data from I2C bus, parse it and make parsed data available for user space apps. |