eadf / DigoleSoftSerial

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DigoleSerial 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 <DigoleSerial.h>

....


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

About

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


Languages

Language:C 70.3%Language:C++ 29.7%