Minimal Examples for how to use Embedded Interfaces from Linux Userspace
| GPIO | Examples for I2C, SPI and GPIO uploaded | |
| I2C | Examples for I2C, SPI and GPIO uploaded | |
| SPI | Examples for I2C, SPI and GPIO uploaded | |
| UART | Added UART example | |
| LICENSE | Initial commit | |
| Makefile | Examples for I2C, SPI and GPIO uploaded | |
| README.md | Added UART example | |
Linux_Embedded_Interfaces
Minimal Examples for how to use Embedded Interfaces from Linux Userspace
This repository contains examples for:
- SPI Interface with MCP23S08
- I2C Interface with MCP23017
- GPIO as Input and Output
- UART with a UART-to-USB adapter
I use a Raspberry Pi 3 for these examples, but it should also work with other GNU/Linux Embedded Devices (e.g. Beaglebones, ...).