Metadata-Version: 1.1
Name: silta
Version: 0.4.0
Summary: A Python to STM32F4 Bridge Project
Home-page: https://github.com/alvarop/silta
Author: Alvaro Prieto
Author-email: silta@alvaroprieto.com
License: BSD License
Description: # Silta - Python to STM32F4 Bridge Project
        
        Python library and STM32F4 Discovery firmware to control the microcontroller's GPIOs and serial interfaces directly from python. This allows for intefacing with external devices quickly without having to write any firmware!
        
        Currently supported interfaces: I2C1, GPIOs (A-E), SPI1
        Future support (hopefully): ADC, DAC, UART, I2C2-3, SPI2+
        
        ## Local Python Module Installation for Development
        
        I recommend using virtualenv while working on Silta. See: http://the-hitchhikers-guide-to-packaging.readthedocs.org/en/latest/pip.html
        
        From the root silta directory, run:
        `pip install -e sw`
        
Keywords: hardware firmware i2c spi gpio
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
