Metadata-Version: 1.2
Name: microhomie-node-bme280
Version: 0.1.1
Summary: BME280 node for the Homie MicroPython framework.
Home-page: https://github.com/microhomie/microhomie-nodes
Author: Fabian GroÃe
Author-email: fabian-grosse@t-online.de
Maintainer: Microhomie Developers
Maintainer-email: contact@microhomie.com
License: MIT
Description: homie.node.bme280
        ================
        
        Microhomie node for the BME280 sensor to provide *temperature*, *humidity* and *pressure* data.
        
        
        Install
        -------
        
        >>> import upip
        >>> upip.install('microhomie-node-bme280')
        
        You'll also need the mpy_bm280 library, which you can find here:
        https://github.com/catdog2/mpy_bme280_esp8266
        Uplaod it as bme.py
        
        Wiring
        -----------------
        
        .. image:: bme280.png
        
Platform: UNKNOWN
