Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonidotpy authored Jan 29, 2024
1 parent d873840 commit 8422b54
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
This repository contains a collection of libraries targeted for microcontrollers.

Each library has the following folder structure:
- `src/`
- `*.c`
- `inc/`
- `*.h`
- `test/`
- `test-*.c`
- `Makefile`
- `README.md`

- `src/`
- `*.c`
- `inc/`
- `*.h`
- `test/`
- `test-*.c`
- `Makefile`
- `README.md`

\
The `src` folder contains the source of the library and `inc` the headers. \
In the `README.md` information about usage and development of the library can be found.

Expand Down

0 comments on commit 8422b54

Please sign in to comment.