Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pjueon authored Nov 5, 2023
1 parent bed72d7 commit 6ba4d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ NVIDIA Jetson series development boards contain a 40 pin GPIO header, similar to


# Package Components
In addition to this document, the JetsonGPIO library package contains the following:
In addition to this document, the `JetsonGPIO` library package contains the following:
1. The `src` and `include` subdirectories contain the C++ codes that implement all library functionality. The `JetsonGPIO.h` file in the `include` subdirectory is the only header file that should be included into an application and provides the needed APIs.
2. The `samples` subdirectory contains sample applications to help in getting familiar with the library API and getting started on an application.
3. The `tests` subdirectory contains test codes to test the library APIs and private utilities that are used to implement the library. Some test codes require specific setups. Check the required setups from the codes before you run them.

4. The `docs` subdirectory contains documents about `JetsonGPIO`.

# Documents
- [Installation Guide](docs/installation_guide.md)
Expand Down

0 comments on commit 6ba4d29

Please sign in to comment.