1
0
Fork
You've already forked Linux_Embedded_Interfaces
0
Minimal Examples for how to use Embedded Interfaces from Linux Userspace
  • C 94.9%
  • Makefile 5.1%
2022年04月20日 21:32:32 +01:00
GPIO Examples for I2C, SPI and GPIO uploaded 2021年11月07日 15:41:37 +01:00
I2C Examples for I2C, SPI and GPIO uploaded 2021年11月07日 15:41:37 +01:00
SPI Examples for I2C, SPI and GPIO uploaded 2021年11月07日 15:41:37 +01:00
UART Added UART example 2022年04月20日 21:32:32 +01:00
LICENSE Initial commit 2021年11月07日 15:12:16 +01:00
Makefile Examples for I2C, SPI and GPIO uploaded 2021年11月07日 15:41:37 +01:00
README.md Added UART example 2022年04月20日 21:32:32 +01:00

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, ...).