mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 19:46:56 +03:00
Add Makefile and Markdown linter (#73)
* Add Makefile * Update .gitignore to exclude venv * Add requirements.txt for venv * Add pymarkdown lint Github action * Update .md from lint tool * Update README with make commands * Add linter config
This commit is contained in:
committed by
GitHub
parent
bbe3bd79db
commit
0cd98c67e2
@@ -6,5 +6,6 @@ the results of every round gets written to the SD-Card.
|
||||
The data files are stored in `/log/data` on the SD-Card.
|
||||
|
||||
## Data Format
|
||||
|
||||
The data is stored as CSV with the following columns:
|
||||
`time`, `name-of-number`, `raw-value`, `return-value`, `pre-value`, `change-rate`, `change-absolute`, `error-text`, `cnn-digit`, `cnn-analog`
|
||||
Reference in New Issue
Block a user