-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
I've been in several projects, where i've run out of available pins/interrups, but i've only needed RX or TX (not both), because i've used one-way communication. Can you please add some way to use only one pin like this?:
#define DISABLED -1
SoftwareSerial myRXSerial(10, DISABLED); // RX, TX
SoftwareSerial myTXSerial(DISABLED, 11); // TX only does not need interrupts at all!
seyedmmousavi, executer-uno, vityagarciamartinez, dccourt, CallMeReznov and 15 more
Metadata
Metadata
Assignees
Labels
No labels