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

https://github.com/eadf/digolesoftserial

Added software serial to DigoleSerial (Universal Serial: UART/I2C/SPI Text LCD Display Adapter V2 for 1602/1602/2002/2004/4002 LCD)
https://github.com/eadf/digolesoftserial

Last synced: about 2 months ago
JSON representation

Added software serial to DigoleSerial (Universal Serial: UART/I2C/SPI Text LCD Display Adapter V2 for 1602/1602/2002/2004/4002 LCD)

Awesome Lists containing this project

README

          

# [DigoleSerial](http://www.digole.com/index.php?productID=551) with support for SoftwareSerial.

I've been using the Digole serial LCD adapter together with Softwareserial for a while now, so I thought I'd better make my changes public.

#Usage
```
#define _Digole_SoftSerial_UART_
#include

....

SoftwareSerial mySerial(10, 11); // RX, TX (only TX will be used)
DigoleSerialDisp mydisp(&mySerial, 9600);
```

#License
I could not find any license notes on the code from digole, but my changes are public domain