How to develop simple Linux Character driver
In Linux, the character devices are used for transferring a small amount of data from user space application to Hardware device, similarly, this interface is also used to receive data from Hardware device to userspace application. In this article we develop a simple Linux character driver for Turning on LED connected to Raspberry-Pi GPIO, and […]