adafruit-libraries: update of various modules [master] (#2688)

* adafruit-libraries: update of various modules
This commit is contained in:
Sascha Kühndel 2018-05-08 23:55:13 +02:00 committed by CvH
parent 8463ee04b7
commit 0172956efa
5 changed files with 14 additions and 8 deletions

View File

@ -17,8 +17,8 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_DHT" PKG_NAME="Adafruit_Python_DHT"
PKG_VERSION="da8cddf" PKG_VERSION="a609d7d"
PKG_SHA256="ad5a0ca0d8c99caedd9db5c1015fc40635c5441e3b923a2dfecc27933622af8d" PKG_SHA256="820025c19ce9f3e59fa6d389c860eb567d5a665a08ec45e237839ca214b97615"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -17,8 +17,8 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_GPIO" PKG_NAME="Adafruit_Python_GPIO"
PKG_VERSION="22a1ff4" PKG_VERSION="c543d1d"
PKG_SHA256="a3e3acf528748af8686ef8b8339cb5290c399af6f9d8efb2e053a14db43ddc7e" PKG_SHA256="d3cb74fd033ebe5aea1786a584d64ef5eb8082ef2bf0a568b01691612cd04e88"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -17,8 +17,8 @@
################################################################################ ################################################################################
PKG_NAME="Adafruit_Python_LED_Backpack" PKG_NAME="Adafruit_Python_LED_Backpack"
PKG_VERSION="ac6e25a" PKG_VERSION="e34b954"
PKG_SHA256="55e82c45858e6ede604b5e31408e34d1f71c2610ae4a6a595a683e197e083fa2" PKG_SHA256="244d2625cdaebdc68e299fedde276efa5c9f7c143681c4ee056fb8350a4f7167"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://github.com/adafruit/${PKG_NAME}" PKG_SITE="https://github.com/adafruit/${PKG_NAME}"

View File

@ -1,3 +1,9 @@
106
updated libraries:
- Adafruit Python DHT Library
- Adafruit Python GPIO Library
- Python library for controlling LED backpack displays.
105 105
updated libraries: updated libraries:
- Adafruit Python CharLCD Library - Adafruit Python CharLCD Library

View File

@ -18,7 +18,7 @@
PKG_NAME="adafruit-libraries" PKG_NAME="adafruit-libraries"
PKG_VERSION="" PKG_VERSION=""
PKG_REV="105" PKG_REV="106"
PKG_ARCH="any" PKG_ARCH="any"
PKG_ADDON_PROJECTS="RPi" PKG_ADDON_PROJECTS="RPi"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
@ -27,7 +27,7 @@ PKG_URL=""
PKG_DEPENDS_TARGET="Adafruit_Python_ADS1x15 Adafruit_Python_ADXL345 Adafruit_Python_BMP Adafruit_Python_CharLCD Adafruit_Python_DHT Adafruit_Python_GPIO Adafruit_Python_LED_Backpack Adafruit_Python_LSM303 Adafruit_Python_MCP3008 Adafruit_Python_MCP4725 Adafruit_Python_PCA9685 Adafruit_Python_PureIO Adafruit_Python_SI1145 Adafruit_Python_SSD1306 Adafruit_Python_TCS34725 Adafruit_Python_VCNL40xx Adafruit_Python_WS2801" PKG_DEPENDS_TARGET="Adafruit_Python_ADS1x15 Adafruit_Python_ADXL345 Adafruit_Python_BMP Adafruit_Python_CharLCD Adafruit_Python_DHT Adafruit_Python_GPIO Adafruit_Python_LED_Backpack Adafruit_Python_LSM303 Adafruit_Python_MCP3008 Adafruit_Python_MCP4725 Adafruit_Python_PCA9685 Adafruit_Python_PureIO Adafruit_Python_SI1145 Adafruit_Python_SSD1306 Adafruit_Python_TCS34725 Adafruit_Python_VCNL40xx Adafruit_Python_WS2801"
PKG_SECTION="virtual" PKG_SECTION="virtual"
PKG_SHORTDESC="A bundle of libraries from Adafruit" PKG_SHORTDESC="A bundle of libraries from Adafruit"
PKG_LONGDESC="This bundle currently includes Adafruit_ADS1x15, Adafruit_ADXL345, Adafruit_BMP, Adafruit_CharLCD, Adafruit_DHT, Adafruit_GPIO, Adafruit_LED_Backpack, Adafruit_LSM303, Adafruit_MCP3008, Adafruit_MCP4725, Adafruit_PCA9685, Adafruit_PureIO, Adafruit_SI1145, Adafruit_SSD1306, Adafruit_TCS34725, Adafruit_VCNL40xx and Adafruit_WS2801 python modules" PKG_LONGDESC="This is a bundle of various Adafruit Python libraries. Included are: ADS1x15, ADXL345, BMP, CharLCD, DHT, GPIO, LED_Backpack, LSM303, MCP3008, MCP4725, PCA9685, PureIO, SI1145, SSD1306, TCS34725, VCNL40xx, WS2801"
PKG_IS_ADDON="yes" PKG_IS_ADDON="yes"
PKG_ADDON_NAME="Adafruit Libraries" PKG_ADDON_NAME="Adafruit Libraries"