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.
7 years ago. This question has been closed. Reason: Unclear question
SDA-SCL of I2C1 on the board STM32L152RE NUCLEO output to which leg?
Question relating to:
1 Answer
7 years ago.
Hi You can choose which pin it comes out on in your declaration. For example:
I2C myI2C(PB_8, PB_6);
You use either the "blue" pin names Pxx_y naming, or you can use the "green" pin names but only as shown (Dxx naming).
Bill