mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
992d16a2cf
- Converted the existing documentation to markdown format. - Fix for #1458. - Changes font to bold at some places to improve readability
6 lines
198 B
Markdown
6 lines
198 B
Markdown
Packages are included to your application as external modules. Thus you only
|
|
have to add the following line to your application (and update your INCLUDE path
|
|
accordingly):
|
|
|
|
USEPKG += <pkg_name>
|