Software serial, for when you are out of serial pins

Dependents:   BufferedSoftSerial neurGAI_Seeed_BLUETOOTH LPC-SD-35 ESP-WROOM-02_test ... more

Committer:
Sissors
Date:
Sat Apr 26 14:46:03 2014 +0000
Revision:
0:8edaa7abe724
Child:
1:f8b4b764ace7
TX basic finished

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Sissors 0:8edaa7abe724 1 #include "SoftSerial.h"
Sissors 0:8edaa7abe724 2
Sissors 0:8edaa7abe724 3 int SoftSerial::_getc( void ) {
Sissors 0:8edaa7abe724 4 return 0;
Sissors 0:8edaa7abe724 5 }
Sissors 0:8edaa7abe724 6
Sissors 0:8edaa7abe724 7 void SoftSerial::rx_gpio_irq_handler(void) {
Sissors 0:8edaa7abe724 8
Sissors 0:8edaa7abe724 9 };
Sissors 0:8edaa7abe724 10