Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TestVirtualisation Bf_SoftSerial_IR
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) { };