We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954cab9 commit 5d99972Copy full SHA for 5d99972
1 file changed
README.md
@@ -78,14 +78,12 @@ add_subdirectory(rpp_driver)
78
79
```
80
target_link_libraries(${PROJECT_NAME} pico_stdlib
81
- hardware_i2c
82
- hardware_pio
83
rpp_driver)
84
85
86
-Note : Whichever you use PIO/I2C or not, you need to link these libraries.
+Note : Beside of rpp_driver, link the Raspberry Pi Pico SDK libraries as needed.
87
88
-By linking library, the include path for the include files are set automatically.
+By linking rpp_driver library, the include path for the source code are set automatically.
89
90
# License
91
This project is provided under [MIT License](LICENSE).
0 commit comments