added const.py
This commit is contained in:
parent
2cc7624ed9
commit
73bf554247
2
carom/const.py
Normal file
2
carom/const.py
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
AVAILABLE_PINS = range(0, 28)
|
||||||
|
"""Pins available for Configuration"""
|
4
doc/api/const.rst
Normal file
4
doc/api/const.rst
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
carom.const
|
||||||
|
===========
|
||||||
|
|
||||||
|
.. automodule:: carom.const
|
@ -6,3 +6,4 @@ API
|
|||||||
:caption: Contents:
|
:caption: Contents:
|
||||||
|
|
||||||
cli
|
cli
|
||||||
|
const
|
||||||
|
Loading…
Reference in New Issue
Block a user