Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 564 Bytes

Description

Bit-banging UART with Tx ring buffer.

Supported platforms

  • Nordic nrf51

Prerequisities

Limitations

  • only tx Supported

Code sample

AltSoftSerial::SoftSerial.begin(9600, TX_PIN);
AltSoftSerial::SoftSerial.println("Hello from AltSoftSerial);

References

https://github.com/PaulStoffregen/AltSoftSerial https://github.com/Lahorde/nrf51_template_application https://devzone.nordicsemi.com/tutorials/16/