Skip to content
Snippets Groups Projects
Commit 55fbcdfe authored by Adrián Torres's avatar Adrián Torres
Browse files

i2c_adrianino

parent a5449a0a
No related branches found
No related tags found
No related merge requests found
Pipeline #189656 passed
......@@ -930,7 +930,7 @@ void loop()
<li><b>Programming</b></li>
<p>When we use the I2C communication protocol, the first thing we must do is identify the different slaves that we connect to the bus. The same happens when we connect an input or an output, they have to have a name to identify themselves on the bus; is usually 0x... To do this I use <b>Neil's program</b> to see what number the I2C interface of the LCD uses.</p>
<p>When we use the I2C communication protocol, the first thing we must do is identify the different slaves that we connect to the bus. The same happens when we connect an input or an output, they have to have a name to identify themselves on the bus; is usually 0x... To do this I use <b>Neil's program</b> to see what number the I2C interface of the LCD uses. On this <a href="https://diyprojects.io/i2c-addresses-of-the-most-common-sensors-and-actuators/#.X4HA82gzZPb"><b>link</b></a> you can find the addresses of the different input and output modules that use the I2C communication protocol.</p>
<p><a href="assignments/week11/Hello_I2C/Hello_I2C.ino"> <b>- Arduino Hello I2C</b></a></p>
......@@ -1039,7 +1039,7 @@ void loop() {
<li><b>Programming</b></li>
<p>When we use the I2C communication protocol, the first thing we must do is identify the different slaves that we connect to the bus. The same happens when we connect an input or an output, they have to have a name to identify themselves on the bus; is usually 0x... To do this I use <b>Neil's program</b> to see what number the I2C interface of the OLED uses.</p>
<p>When we use the I2C communication protocol, the first thing we must do is identify the different slaves that we connect to the bus. The same happens when we connect an input or an output, they have to have a name to identify themselves on the bus; is usually 0x... To do this I use <b>Neil's program</b> to see what number the I2C interface of the OLED uses. On this <a href="https://diyprojects.io/i2c-addresses-of-the-most-common-sensors-and-actuators/#.X4HA82gzZPb"><b>link</b></a> you can find the addresses of the different input and output modules that use the I2C communication protocol.</p></p>
<p><a href="assignments/week11/Hello_I2C/Hello_I2C.ino"> <b>- Arduino Hello I2C</b></a></p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment