Software serial, for when you are out of serial pins

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

SoftSerial_rx.cpp

Committer:
Sissors
Date:
2014-04-26
Revision:
0:8edaa7abe724
Child:
1:f8b4b764ace7

File content as of revision 0:8edaa7abe724:

#include "SoftSerial.h"

int SoftSerial::_getc( void ) {
    return 0;
    }

void SoftSerial::rx_gpio_irq_handler(void) {
    
};