Skip to content

Commit 671c645

Browse files
authored
Merge pull request #2 from makermelissa/master
Fully working BitBang SPI module
2 parents 83241f0 + 741bbbd commit 671c645

16 files changed

+1299
-1
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
*.mpy
2+
.idea
3+
__pycache__
4+
_build
5+
*.pyc
6+
.env
7+
.python-version
8+
build*/
9+
bundles
10+
*.DS_Store
11+
.eggs
12+
dist
13+
**/*.egg-info
14+
.vscode

0 commit comments

Comments
 (0)