Fork of the original SoftSerial library with just a little modification in order to compile it with the current mbed version.

Dependents:   Adafruit_FONA_Library_FONAtest

Fork of SoftSerial by Erik -

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) {
    
};