Skip to content

Commit 5d99972

Browse files
committed
Update README.
Needed libraries has been changed.
1 parent 954cab9 commit 5d99972

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,12 @@ add_subdirectory(rpp_driver)
7878

7979
```
8080
target_link_libraries(${PROJECT_NAME} pico_stdlib
81-
hardware_i2c
82-
hardware_pio
8381
rpp_driver)
8482
```
8583

86-
Note : Whichever you use PIO/I2C or not, you need to link these libraries.
84+
Note : Beside of rpp_driver, link the Raspberry Pi Pico SDK libraries as needed.
8785

88-
By linking library, the include path for the include files are set automatically.
86+
By linking rpp_driver library, the include path for the source code are set automatically.
8987

9088
# License
9189
This project is provided under [MIT License](LICENSE).

0 commit comments

Comments
 (0)