add examples; add Makefile

This commit is contained in:
Mike Kinney
2021-12-21 11:21:37 -08:00
parent 1acc193248
commit 0701d400ff
7 changed files with 131 additions and 1 deletions

4
.gitignore vendored
View File

@@ -9,3 +9,7 @@ nanopb-0.4.4
.coverage
*.py-E
venv/
*pyc
.DS_Store
__pycache__
examples/__pycache__