Skip to content

Commit d9d23ef

Browse files
authored
Merge pull request #2 from ladyada/master
Library for reading from resistive touchscreens
2 parents d9b31b7 + 62f8d57 commit d9d23ef

17 files changed

+1156
-33
lines changed

.gitignore

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

0 commit comments

Comments
 (0)