We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598ff7f commit d31ffd9Copy full SHA for d31ffd9
boards/x86/arduino_101/pinmux.c
@@ -96,7 +96,7 @@
96
/* Note:
97
* 1. I2C pins on the shield are connected to i2c0_ss_sda and i2c_0_ss_scl,
98
* which are on the sensor subsystem. They are also tied to AD4 and AD5.
99
- * Therefore, to use I2C, pin 9 (ain_9) and (ain_14) both need to be set
+ * Therefore, to use I2C, pin 9 (ain_9) and pin 14 (ain_14) both need to be set
100
* to PINMUX_FUNC_B, so they will not interfere with I2C operations.
101
* Also, there is no internal pull-up on I2c bus, and thus external
102
* pull-up resistors are needed.
0 commit comments