17 lines
214 B
Markdown
17 lines
214 B
Markdown
# Filter Dev App
|
|
|
|
App and small arduino code to develop an optimal filter algorithm.
|
|
|
|
## Install dependencies
|
|
```
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
## Run App
|
|
```
|
|
python -m filter_dev_app.app
|
|
```
|
|
|
|
## Algorithm
|
|
|