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, 10 months ago.
SCL SDA pin number discrepancy
Hi RedBear team,
I was trying to work on BLE Nano to get it talk to an I2C device and wasn't successful with mbed i2c APIs. I came across this wire.cpp implementation for BLE Nano and was surprised to see following
- ifdef BLE_Nano
- define SCL 7
- define SDA 6
- endif
I was using SCL = p8 and SDA = p10 per http://redbearlab.com/blenano/ pinout. Can you please clarify which one is accurate ?
thanks, Abhijit.