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

https://github.com/sdtelectronics/lptgpio

Using parallel port as GPIO with mbed-like API
https://github.com/sdtelectronics/lptgpio

Last synced: over 1 year ago
JSON representation

Using parallel port as GPIO with mbed-like API

Awesome Lists containing this project

README

          

# Mbed-GPIO-Style Parallel Port Driver
Control parallel port signals separately with mbed-like API.

```
#include "parIO.h"
parO d0(parO::D0);
parI pe(parI::PE);
d0 = 0;
int peVal = pe;
```

Parallel port signals name:
![lpt signals](https://hw-server.com/files/lpt/images/dsub25_signal3.gif)

Please also refer to signal enumerates in the header.