https://github.com/cryptic-wizard/quadrature_encoder_code_challenge
https://github.com/cryptic-wizard/quadrature_encoder_code_challenge
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptic-wizard/quadrature_encoder_code_challenge
- Owner: cryptic-wizard
- License: mit
- Created: 2022-07-21T05:57:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T00:36:03.000Z (almost 4 years ago)
- Last Synced: 2025-06-14T09:38:53.295Z (about 1 year ago)
- Language: Python
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Description
* A Python command line tool to determine if quadrature encoder sensor data is valid
## Tests
[](https://github.com/cryptic-wizard/quadrature-encoder-code-challenge/actions/workflows/python.yml)
## Usage
### Basic
```
py check_sensor_valid.py sensor_data.txt
```
### Generate Documentation
```
pip install -r requirements.txt
py -m inkpot check_sensor_valid.py
```
### Run Behave Tests
```
pip install -r requirements.txt
cd tests
behave
```
## Tools
* [Python 3.10.5](https://www.python.org/downloads/)
* [inkpot](https://pypi.org/project/inkpot/)
* [Behave](https://behave.readthedocs.io/en/stable/api.html)
## License
* [MIT License](https://github.com/cryptic-wizard/quadrature-encoder-code-challenge/blob/main/LICENSE.md)