Software Serial lib

Dependents:   BufferedSoftSerial

Fork of SoftSerial by João Sousa

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