added const.py

This commit is contained in:
Alexander Werner
2018-11-04 20:41:44 +01:00
parent 2cc7624ed9
commit 73bf554247
3 changed files with 7 additions and 0 deletions

2
carom/const.py Normal file
View File

@@ -0,0 +1,2 @@
AVAILABLE_PINS = range(0, 28)
"""Pins available for Configuration"""