Software serial, for when you are out of serial pins

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

Revision:
0:8edaa7abe724
Child:
1:f8b4b764ace7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SoftSerial_rx.cpp	Sat Apr 26 14:46:03 2014 +0000
@@ -0,0 +1,10 @@
+#include "SoftSerial.h"
+
+int SoftSerial::_getc( void ) {
+    return 0;
+    }
+
+void SoftSerial::rx_gpio_irq_handler(void) {
+    
+};    
+ 
\ No newline at end of file