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
- Host: GitHub
- URL: https://github.com/mayankpatel97/embedded_linux
- Owner: mayankpatel97
- Created: 2023-11-29T18:13:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T18:05:07.000Z (over 2 years ago)
- Last Synced: 2025-03-02T05:23:09.518Z (about 1 year ago)
- Topics: gpio, i2c, interprocess-communication, ioctl, linux, uart
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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