Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shobuj-Paul committed Feb 15, 2024
1 parent 1da5b7a commit 32f61ad
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# Optimized Back EMF Observer

### Dependencies
- C++ 17 compiler (GCC)
- cmake 3.15
- pre-commit
- clang-format-14

### Building the project
1. Open a shell and navigate to project root folder
2. Run the build bash script. This calls the underlying cmake command and runs tests.
```
./build.sh
```
3. Binaries are made in the bin folder. Run any executable from the bin folder.
```
./bin/pi_test
```
4. To clean the build and bin files, pass `--clean` flag to the build script.
```
./build.sh --clean
```

0 comments on commit 32f61ad

Please sign in to comment.