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
View File
@@ -0,0 +1,2 @@
AVAILABLE_PINS = range(0, 28)
"""Pins available for Configuration"""
+4
View File
@@ -0,0 +1,4 @@
carom.const
===========
.. automodule:: carom.const
+1
View File
@@ -6,3 +6,4 @@ API
:caption: Contents:
cli
const