Metadata-Version: 1.0
Name: akilib
Version: 2.1.6
Summary: This Library is Hardware Library. and You can buy parts in Japan Akihabara .
Home-page: https://github.com/nonNoise/akilib
Author:  Yuta KItagami
Author-email: kitagami@artifactnoise.com
License: MIT License
Description: =========================================================
        Python Hardware Library
        =========================================================
        
        
        This Library is Hardware Library. and You can buy parts in Japan Akihabara .
        
        Akihabara Library =>  akilib
        
        https://github.com/nonNoise/akilib
        
        
        1.Install
        -------------------------------------------------------------------------------------------------------------
        
        - Edison
        
            > opkg install python-pip
        
            > pip install pip --upgrade
        
            > pip install akilib
        
        - RaspberryPi
        
            > sudo apt-get install python-pip
        
            > sudo pip install pip --upgrade
        
            > sudo pip install akilib
        
        
        
        1.Library
        -------------------------------------------------------------------------------------------------------------
        
        - Edison
            - HDC1000       [ AKI_I2C_HDC1000 ]
            - L3GD20        [ AKI_I2C_L3GD20 ]
            - LPS25H        [ AKI_I2C_LPS25H ]
            - LIS3DH        [ AKI_I2C_LIS3DH ]
            - MCP23017      [ AKI_I2C_MCP23017 ]
            - SO1602AWYB    [ AKI_I2C_SO1602AWYB ]
            - S11059        [ AKI_I2C_S11059 ]
            - AQM0802A      [ AKI_I2C_AQM0802A ]
            - AQM1248A      [ AKI_SPI_AQM1248A ]
            - SG12864ASLB   [ AKI_GPIO_SG12864ASLB ]
        
        - RaspberryPi A+.B+,2B,3B.Zero
            - AQM0802A      [ AKI_I2C_AQM0802A ]
            - AQM1602A      [ AKI_I2C_AQM1602A ]
            - HDC1000       [ AKI_I2C_HDC1000 ]
            - LPS25H        [ AKI_I2C_LPS25H ]
            - ADT7410       [ AKI_I2C_ADT7410 ]
            - S11059        [ AKI_I2C_S11059 ]
            - SHT31         [ AKI_I2C_SHT31 ]
        
        2.License
        -------------------------------------------------------------------------------------------------------------
        
            The MIT License (MIT)
            Copyright (c) 2015 Yuta Kitagami (kitagami@artifactnoise.com,@nonnoise)
        
Keywords: Hardware,Edison,RaspberryPi,Raspberry,IoT,akilib
Platform: Linux
