An open API service indexing awesome lists of open source software.

https://github.com/mayankpatel97/embedded_linux

Peripheral driver code for Linux such as GPIO I2C UART SYS CALLS
https://github.com/mayankpatel97/embedded_linux

gpio i2c interprocess-communication ioctl linux uart

Last synced: 8 months ago
JSON representation

Peripheral driver code for Linux such as GPIO I2C UART SYS CALLS

Awesome Lists containing this project

README

          

# embedded_linux

GPIO
* Basic input and output example

I2C
basic i2c example with PCF8574 io expander
install i2c tools using below command
sudo apt install libi2c-dev
then run the code with gcc