Added readme

This commit is contained in:
2025-02-11 22:26:16 +01:00
parent 287a28f789
commit 6255d9e8f4

View File

@@ -0,0 +1,14 @@
# My application for boundary scan
## Usage
TBD
## How to compile
```
mkdir build
cd build
cmake ..
make
```