Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 7 months ago.
In the Nordic Ble UART service, where is the uart pins defined?
Hi, I'm using the BLE-UART service defined by Nordic:
https://developer.mbed.org/teams/Bluetooth-Low-Energy/wiki/UART-access-over-BLE
I'd like to redefine which pins the BLE-UART service uses. But I can't find where that's defined. I expected to find somewhere a definition for the uart like this:
Serial pc(TXpin, RXpin)
But that's not in the example program, nor something passed down to the service. Can anyone point me in the right direction?
Thanks!