Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayankpatel97/embedded_linux
https://github.com/mayankpatel97/embedded_linux
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mayankpatel97/embedded_linux
- Owner: mayankpatel97
- Created: 2023-11-29T18:13:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-05T18:05:07.000Z (12 months ago)
- Last Synced: 2023-12-05T19:24:44.241Z (12 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- 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 exampleI2C
basic i2c example with PCF8574 io expander
install i2c tools using below command
sudo apt install libi2c-dev
then run the code with gcc