UPdate docstring

This commit is contained in:
Pierrick C 2019-06-16 20:51:05 +02:00
parent 76e49bd4f9
commit 8020c8ef17
1 changed files with 3 additions and 3 deletions

View File

@ -20,10 +20,10 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE. # THE SOFTWARE.
""" """
`circuitpython_neotrellism4` `neotrellism4`
================================================================================ ================================================================================
Use Adafruit TrellisM4 Express board as 2 Neotrellis seesaw boards. Use Adafruit TrellisM4 Express board as 2 Neotrellis seesaw boards with CircuitPython.
You can you use this to extend TrellisM4 with Neotrellis (seesaw) boards. You can you use this to extend TrellisM4 with Neotrellis (seesaw) boards.
@ -46,7 +46,7 @@ Implementation Notes
# imports # imports
__version__ = "0.0.0-auto.0" __version__ = "0.0.0-auto.0"
__repo__ = "https://github.com/arofarn/Circuitpython_CircuitPython_neotrellism4.git" __repo__ = "https://github.com/arofarn/NeoTrellisM4.git"
import board import board