Skip to content

Commit b14d00f

Browse files
committed
Update README.md
1 parent e08739c commit b14d00f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RaspberryPi-Arduino-I2C-Communication
2-
Applications involving SPI communication between Raspberry Pi and Arduino are available. Data transfers occur using SPI communication between Raspberry Pi and Arduino.
2+
Applications involving I2C communication between Raspberry Pi and Arduino are available. Data transfers occur using I2C communication between Raspberry Pi and Arduino.
33

4-
Raspberry Pi WiringPi Library: To enable SPI communication on Raspberry Pi, the WiringPi library is used. To install the WiringPi library on Raspberry Pi:
4+
Raspberry Pi WiringPi Library: To enable I2C communication on Raspberry Pi, the WiringPi library is used. To install the WiringPi library on Raspberry Pi:
55

66
Check if the system is up to date.
77

@@ -29,7 +29,7 @@ Compile and install the source code:
2929

3030
- sudo ./build
3131

32-
After installing the WiringPi library on Raspberry Pi, the SPI option should be enabled from the Raspberry Pi interface.
32+
After installing the WiringPi library on Raspberry Pi, the I2C option should be enabled from the Raspberry Pi interface.
3333

3434
Arduino Used: Arduino Uno, Arduino Mega
3535

@@ -39,4 +39,4 @@ Raspberry Pi Used: RPI3, RPI4
3939

4040
Raspberry Pi IDE Version: QT IDE
4141

42-
Arduino - Raspberry Pi Connection Diagram: Connections are made through standard SPI pins.
42+
Arduino - Raspberry Pi Connection Diagram: Connections are made through standard I2C pins.

0 commit comments

Comments
 (0)