The SoftwareSerial
library allows GPIO pins to be used as TTL serial pins by bit banging.
The nRF5 suffers from the same problem that the Arduinos have. 1 UART.
Does the nRF5 have a similar library to make up for this deficiency?
The SoftwareSerial
library allows GPIO pins to be used as TTL serial pins by bit banging.
The nRF5 suffers from the same problem that the Arduinos have. 1 UART.
Does the nRF5 have a similar library to make up for this deficiency?
Or just use RTT debugging instead of uart (if you use uart for debugging purpose...), so you can use hardware uart for other things
Or just use RTT debugging instead of uart (if you use uart for debugging purpose...), so you can use hardware uart for other things