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)
- Host: GitHub
- URL: https://github.com/eadf/digolesoftserial
- Owner: eadf
- Created: 2016-01-25T10:45:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T11:23:26.000Z (over 10 years ago)
- Last Synced: 2025-03-02T18:19:40.757Z (over 1 year ago)
- Language: C
- Size: 43.9 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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