Metadata-Version: 2.1
Name: PyTrinamicMicro
Version: 0.0.1
Summary: PyTrinamicMicro package for TMCM-0960-MotionPy python master board.
Home-page: https://github.com/trinamic/PyTrinamicMicro
Author: Maxim-Trinamic Software Team
Author-email: pypi.trinamic@maximintegrated.com
License: MIT
Description: # PyTrinamicMicro
        
        This repository provides connection interfaces and example scripts to use
        TRINAMIC modules aswell as TMCL slave functionality on MicroPython platforms.  
        It utilizes the PyTrinamic library.
        
        ## Cloning
        
        To clone this repository along with all of its submodules, use the command:
        ```
        git clone https://github.com/trinamic/PyTrinamicMicro.git --recurse-submodules
        ```
        
        ## Getting Started
        
        For an operational guide on how to get started with the basics with code snippets, see [GUIDE.MD](GUIDE.MD).
        
        ## Documentation
        
        For full documentation, see [DOC.MD](DOC.MD).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
