Metadata-Version: 1.1
Name: pictools
Version: 0.8.0
Summary: PIC tools.
Home-page: https://github.com/eerimoq/pictools
Author: Erik Moqvist
Author-email: erik.moqvist@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: About
        =====
        
        `PIC tools` is a collection of tools to ease PIC development. PIC is
        family of microcontrollers made by `Microchip`_.
        
        Features:
        
        - A PIC programmer based on an `Arduino Due`_. Today only
          `PIC32MM0256GPM064`_ is supported.
        
        Project homepage: https://github.com/eerimoq/pictools
        
        Documentation: http://pictools.readthedocs.org/en/latest
        
        Contributing
        ============
        
        #. Fork the repository.
        
        #. Install prerequisites.
        
           .. code-block:: text
        
              pip install -r requirements.txt
        
        #. Implement the new feature or bug fix.
        
        #. Create a pull request.
        
        .. _Arduino Due: https://store.arduino.cc/arduino-due
        
        .. _Microchip: https://www.microchip.com/
        
        .. _PIC32MM0256GPM064: https://www.microchip.com/wwwproducts/en/PIC32MM0256GPM064
        
Keywords: pic,pic32,programmer
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
