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

https://github.com/catvec/virtual-gpio

Emulates a Linux GPIO system
https://github.com/catvec/virtual-gpio

Last synced: 7 months ago
JSON representation

Emulates a Linux GPIO system

Awesome Lists containing this project

README

          

# Virtual GPIO
Emulates a Linux GPIO system.

# Table Of Contents
- [Overview](#overview)
- [Build](#build)
- [Run](#run)

# Overview
Emulates a Linux GPIO system for development on a system without GPIO
capability.

# Build
Run:

```
make build
```

# Run
Run:

```
./virtual-gpio [CONTROL FILE DIRECTORY]
```

Where the control file directory is the directory to create GPIO control
files in.