Skip to content

Commit 9a49ca0

Browse files
authored
Merge pull request #12 from tannewt/lint
Update to new build process and turn on lint. I tested and showed that the default and overrides are correctly passed to spi.config(). Since I do not have a oscilloscope i cannot say whether the configuration values were acted upon by the busio.SPI, but i did show that the changes to the project were correct.
2 parents 46063b4 + d0d523d commit 9a49ca0

File tree

8 files changed

+481
-62
lines changed

8 files changed

+481
-62
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
*.egg-info/
44
dist/
55
_build/
6-
build/
76
__pycache__
7+
.env
8+
build*
9+
bundles

0 commit comments

Comments
 (0)