Kattni
|
abbdb05824
|
Merge pull request #48 from caternuson/master
added DS2413 driver
|
2018-01-23 17:55:54 -05:00 |
|
caternuson
|
2b8e9849c9
|
added DS2413 driver
|
2018-01-23 13:13:06 -08:00 |
|
Adafruit Adabot
|
ae7accee39
|
Automated update by Adabot (adafruit/adabot@812c633)
Updating https://github.com/adafruit/Adafruit_CircuitPython_IS31FL3731 to 2.1.0 from 1.0.0:
> Added examples folder and examples file (adafruit/Adafruit_CircuitPython_IS31FL3731#7)
> [adafruit/Adafruit_CircuitPython_IS31FL3731#3] Remove "TODO" and add description with supported hardware.
> [adafruit/Adafruit_CircuitPython_IS31FL3731#3] Enable Python syntax highlighting in README examples.
> [adafruit/Adafruit_CircuitPython_IS31FL3731#3] Remove "TODO" from README.
Updating https://github.com/adafruit/Adafruit_CircuitPython_MCP9808 to 3.1.0 from 3.0.0:
> added examples folder and .py file
Updating https://github.com/adafruit/Adafruit_CircuitPython_BusDevice to 2.1.0 from 2.0.2:
> Merge pull request adafruit/Adafruit_CircuitPython_BusDevice#15 from mrmcwethy/examples
Updating https://github.com/adafruit/Adafruit_CircuitPython_HID to 2.1.0 from 2.0.0:
> Merge pull request adafruit/Adafruit_CircuitPython_HID#9 from Sigafoos/examples
Updating https://github.com/adafruit/Adafruit_CircuitPython_Register to 1.1.0 from 1.0.3:
> Merge pull request adafruit/Adafruit_CircuitPython_Register#8 from mrmcwethy/examples
> Merge pull request adafruit/Adafruit_CircuitPython_Register#7 from tannewt/lint
Updating https://github.com/adafruit/Adafruit_CircuitPython_RTTTL to 2.0.0 from 0.1.0:
> Merge pull request adafruit/Adafruit_CircuitPython_RTTTL#1 from mrmcwethy/addexamples
Updating https://github.com/adafruit/Adafruit_CircuitPython_Waveform to 1.1.0 from 1.0.0:
> added demos for square and sine, fixed square per comment
> added a square waveform generator
|
2018-01-19 03:00:11 -08:00 |
|
Limor "Ladyada" Fried
|
cee1167ef2
|
Merge pull request #47 from adafruit/vl6180x
Add VL6180X distance sensor.
|
2018-01-18 22:44:47 -05:00 |
|
Tony DiCola
|
d984d6890a
|
Add VL6180X distance sensor.
|
2018-01-18 16:49:50 -08:00 |
|
Adafruit Adabot
|
5bc7859b2c
|
Automated update by Adabot (adafruit/adabot@812c633)
Updating https://github.com/adafruit/Adafruit_CircuitPython_BNO055 to 3.0.0 from 2.0:
> Merge pull request adafruit/Adafruit_CircuitPython_BNO055#4 from tannewt/lint
|
2018-01-16 03:00:10 -08:00 |
|
Limor "Ladyada" Fried
|
3a8d67dfee
|
Merge pull request #46 from adafruit/ds18x20
Add DS18x20 and OneWire modules.
|
2018-01-15 17:07:33 -05:00 |
|
Tony DiCola
|
e208e059b9
|
Add DS18x20 and OneWire modules.
|
2018-01-15 13:59:08 -08:00 |
|
ladyada
|
159ab07137
|
add SGP30 gas sensor
|
2018-01-12 11:47:48 -08:00 |
|
ladyada
|
51a6f0f3bb
|
avr programmer helper!
|
2018-01-12 10:23:57 -08:00 |
|
Scott Shawcroft
|
8216650399
|
Clean up after adabot and re-remove circuitpython directory.
|
2018-01-10 12:03:45 -08:00 |
|
Kattni
|
b3bd6e7240
|
Merge pull request #42 from adafruit/motor_featherwing
Add Motor and FeatherWing libraries.
|
2018-01-10 14:41:51 -05:00 |
|
Adafruit Adabot
|
f17cd415e8
|
Automated update by Adabot (adafruit/adabot@a1344cd)
Updating https://github.com/adafruit/Adafruit_CircuitPython_FXAS21002C to 1.0.0 from 0.8.0:
> use struct when available, list comp instead of map() (adafruit/Adafruit_CircuitPython_FXAS21002C#2)
Updating https://github.com/adafruit/Adafruit_CircuitPython_FXOS8700 to 1.0.0 from 0.8.0:
> use struct when available, change map() to list comp (adafruit/Adafruit_CircuitPython_FXOS8700#4)
Updating https://github.com/adafruit/Adafruit_CircuitPython_HT16K33 to 2.0.0 from 1.0.2:
> Merge pull request adafruit/Adafruit_CircuitPython_HT16K33#1 from tannewt/lint
Updating https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel to 3.1.0 from 3.0.1:
> Merge pull request adafruit/Adafruit_CircuitPython_NeoPixel#21 from mrmcwethy/examples
Updating https://github.com/adafruit/Adafruit_CircuitPython_PCA9685 to 3.0.0 from 2.0.1:
> Fix up ReadTheDocs. (adafruit/Adafruit_CircuitPython_PCA9685#9)
> Huge refactor, switch to PWMOut compatible API. (adafruit/Adafruit_CircuitPython_PCA9685#8)
Updating https://github.com/adafruit/Adafruit_CircuitPython_SD to 3.1.0 from 3.0.0:
> Merge pull request adafruit/Adafruit_CircuitPython_SD#5 from mrmcwethy/examples
Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1306 to 2.2.0 from 2.1.0:
> Merge pull request adafruit/Adafruit_CircuitPython_SSD1306#8 from dhalbert/master
> add bouncing ball example (adafruit/Adafruit_CircuitPython_SSD1306#6)
Updating https://github.com/adafruit/Adafruit_CircuitPython_SimpleIO to 1.0.1 from 1.0.0:
> Changes to the tone function (adafruit/Adafruit_CircuitPython_SimpleIO#24)
> Make lint happy
> handle reversed range on output
|
2018-01-10 10:31:46 -08:00 |
|
Scott Shawcroft
|
3d65579534
|
Add Motor and FeatherWing libraries.
|
2018-01-09 18:37:58 -08:00 |
|
Dan Halbert
|
0be690106f
|
rename vl530l0x -> vl53l0x
|
2018-01-09 20:30:47 -05:00 |
|
Scott Shawcroft
|
896783f42b
|
Remove old build info and script. (#40)
|
2018-01-04 21:14:05 -05:00 |
|
Adafruit Adabot
|
32028fcdc2
|
Automated update by Adabot (adafruit/adabot@77517fe)
Updating https://github.com/adafruit/Adafruit_CircuitPython_SD to 3.0.0 from 2.0.1:
> Merge pull request adafruit/Adafruit_CircuitPython_SD#4 from mrmcwethy/lint
Updating https://github.com/adafruit/Adafruit_CircuitPython_Thermistor to 3.1.0 from 3.0.0:
> Merge pull request adafruit/Adafruit_CircuitPython_Thermistor#2 from Sigafoos/examples
Updating https://github.com/adafruit/Adafruit_CircuitPython_VC0706 to 3.0.0 from 2.0:
> Merge pull request adafruit/Adafruit_CircuitPython_VC0706#1 from tannewt/lint
> Add example with internal filesystem write.
|
2018-01-04 18:02:29 -08:00 |
|
Adafruit Adabot
|
833013b880
|
Automated update by Adabot (adafruit/adabot@77517fe)
Updating https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display to 3.0.0 from 2.0.1:
> Merge pull request adafruit/Adafruit_CircuitPython_RGB_Display#10 from mrmcwethy/lint
> Update to SSD1331 driver (adafruit/Adafruit_CircuitPython_RGB_Display#11)
> Merge pull request adafruit/Adafruit_CircuitPython_RGB_Display#9 from deshipu/fix-small-buffer
> Merge pull request adafruit/Adafruit_CircuitPython_RGB_Display#8 from deshipu/fix-readinto
|
2018-01-04 03:00:10 -08:00 |
|
Adafruit Adabot
|
75f928a57d
|
Automated update by Adabot (adafruit/adabot@77517fe)
Updating https://github.com/adafruit/Adafruit_CircuitPython_DS1307 to v1.0.1 from 102c350:
< Merge pull request adafruit/Adafruit_CircuitPython_DS1307#2 from tannewt/lint
< Update for I2C BusDevice read/write rename.
< Update for nativeio split.
< Add a note about the dependencies.
< Add badges for docs and Gitter.
< Switch to the Register library (https://github.com/adafruit/Adafruit_CircuitPython_Register)
|
2018-01-03 03:00:12 -08:00 |
|
ladyada
|
6e1a7e20db
|
add apds9960 driver to bundle
|
2018-01-02 21:23:54 -08:00 |
|
Tony DiCola
|
bea165ccf0
|
Add new drivers to bundle.
|
2018-01-02 11:38:47 -08:00 |
|
Adafruit Adabot
|
015d7903c0
|
Automated update by Adabot (adafruit/adabot@77517fe)
Updating https://github.com/adafruit/Adafruit_CircuitPython_SI7021 to 3.0.2 from 3.0.1:
> Merge pull request adafruit/Adafruit_CircuitPython_SI7021#6 from jerryneedell/jerryn_fix3x
|
2018-01-01 03:00:08 -08:00 |
|
ladyada
|
92850a3dc2
|
Add fingerprint sensor library which is ready to go!
|
2017-12-31 12:30:01 -08:00 |
|
Adafruit Adabot
|
eaad740af5
|
Automated update by Adabot (adafruit/adabot@77517fe)
Updating https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground to 1.1.0 from 1.0.1:
> Merge pull request adafruit/Adafruit_CircuitPython_CircuitPlayground#27 from kattni/tap-detect-update
> Merge pull request adafruit/Adafruit_CircuitPython_CircuitPlayground#26 from ladyada/master
Updating https://github.com/adafruit/Adafruit_CircuitPython_LIS3DH to 4.0.0 from 3.0.1:
> Merge pull request adafruit/Adafruit_CircuitPython_LIS3DH#19 from kattni/int-tapped-update
|
2017-12-30 03:00:08 -08:00 |
|
Adafruit Adabot
|
59ab278371
|
Automated update by Adabot (adafruit/adabot@24fa60f)
Updating https://github.com/adafruit/Adafruit_CircuitPython_LIS3DH to 3.0.1 from 3.0.0:
> Merge pull request adafruit/Adafruit_CircuitPython_LIS3DH#18 from kattni/threshold-config-update
|
2017-12-28 03:00:08 -08:00 |
|
dean
|
e92d5bd57f
|
DM: added seesaw and amg88xx libraries
|
2017-12-27 14:56:35 -08:00 |
|
Adafruit Adabot
|
fece94ffbe
|
Automated update by Adabot (adafruit/adabot@24fa60f)
Updating https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel to 3.0.1 from 3.0.0:
> Merge pull request adafruit/Adafruit_CircuitPython_NeoPixel#19 from adafruit/travis-yaml-update
Updating https://github.com/adafruit/Adafruit_CircuitPython_BusDevice to 2.0.2 from 2.0.1:
> Merge pull request adafruit/Adafruit_CircuitPython_BusDevice#12 from tannewt/lint
> Merge pull request adafruit/Adafruit_CircuitPython_BusDevice#14 from dhalbert/spi_doc_error
|
2017-12-27 03:00:07 -08:00 |
|
Adafruit Adabot
|
be18462cbb
|
Automated update by Adabot (adafruit/adabot@24fa60f)
Updating https://github.com/adafruit/Adafruit_CircuitPython_TSL2561 to 3.0.1 from 3.0.0:
> Merge pull request adafruit/Adafruit_CircuitPython_TSL2561#11 from jerryneedell/jerryn_fixlux
|
2017-12-23 03:00:07 -08:00 |
|
Adafruit Adabot
|
d61cd422f6
|
Automated update by Adabot (adafruit/adabot@24fa60f)
Updating https://github.com/adafruit/Adafruit_CircuitPython_MCP9808 to 3.0.0 from 2.0:
> Merge pull request adafruit/Adafruit_CircuitPython_MCP9808#6 from tannewt/lint
> Update adafruit_mcp9808.py (adafruit/Adafruit_CircuitPython_MCP9808#5)
Updating https://github.com/adafruit/Adafruit_CircuitPython_Thermistor to 3.0.0 from 2.1.0:
> Merge pull request adafruit/Adafruit_CircuitPython_Thermistor#1 from tannewt/lint
|
2017-12-21 03:00:09 -08:00 |
|
Adafruit Adabot
|
10dd2e9956
|
Automated update by Adabot (adafruit/adabot@24fa60f)
Updating https://github.com/adafruit/Adafruit_CircuitPython_CCS811 to 1.0.1 from 1.0.0:
> update to `pip install` line 25
Updating https://github.com/adafruit/Adafruit_CircuitPython_MAX31855 to 3.0.0 from 2.0:
> Merge pull request adafruit/Adafruit_CircuitPython_MAX31855#3 from tannewt/lint
|
2017-12-20 03:00:07 -08:00 |
|
Adafruit Adabot
|
7f8696631a
|
Automated update by Adabot (adafruit/adabot@24fa60f)
Updating https://github.com/adafruit/Adafruit_CircuitPython_CCS811 to 1.0.0 from 0.0.2:
> Merge pull request adafruit/Adafruit_CircuitPython_CCS811#7 from chickadee-tech/lint
|
2017-12-19 03:00:07 -08:00 |
|
Adafruit Adabot
|
3017088df8
|
Automated update by Adabot (adafruit/adabot@24fa60f)
Updating https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground to 1.0.1 from 1.0.0:
> Merge pull request adafruit/Adafruit_CircuitPython_CircuitPlayground#25 from adafruit/tannewt-patch-1
Updating https://github.com/adafruit/Adafruit_CircuitPython_MPR121 to 1.0.1 from 0.1.2:
> Merge pull request adafruit/Adafruit_CircuitPython_MPR121#4 from adafruit/travis-yaml-typo
> Merge pull request adafruit/Adafruit_CircuitPython_MPR121#3 from tannewt/lint
Updating https://github.com/adafruit/Adafruit_CircuitPython_PCF8523 to 1.0.0 from 0.1.1:
> Merge pull request adafruit/Adafruit_CircuitPython_PCF8523#4 from tannewt/lint
Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1306 to 2.1.0 from 2.0.0:
> Merge pull request adafruit/Adafruit_CircuitPython_SSD1306#4 from deshipu/patch-1
Updating https://github.com/adafruit/Adafruit_CircuitPython_TSL2561 to 3.0.0 from 2.0:
> Merge pull request adafruit/Adafruit_CircuitPython_TSL2561#9 from kattni/driver-lint-update
> Merge pull request adafruit/Adafruit_CircuitPython_TSL2561#7 from tannewt/lint
Updating https://github.com/adafruit/Adafruit_CircuitPython_HID to 2.0.0 from 1.1.0:
> Merge pull request adafruit/Adafruit_CircuitPython_HID#8 from mrmcwethy/lint
Updating https://github.com/adafruit/Adafruit_CircuitPython_SimpleIO to 1.0.0 from 0.3.1:
> add pylint to project and updated code
Updating https://github.com/adafruit/Adafruit_CircuitPython_Waveform to 1.0.0 from 0.1.1:
> add pylint to project (adafruit/Adafruit_CircuitPython_Waveform#1)
|
2017-12-17 03:00:08 -08:00 |
|
Adafruit Adabot
|
ad1671f53a
|
Automated update by Adabot (adafruit/adabot@24fa60f)
Updating https://github.com/adafruit/Adafruit_CircuitPython_CharLCD to 2.2 from 2.1.1:
> Merge branch 'mrmcwethy-lint'
> Add support for I2C/SPI backpack with MCP23008 and 74LS595. New Character_LCD_I2C and Character_LCD_SPI classes.
Updating https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground to 1.0.0 from 0.9.1:
> Added double_tap to express class (adafruit/Adafruit_CircuitPython_CircuitPlayground#23)
> Added shake_threshold arg and updated docs
Updating https://github.com/adafruit/Adafruit_CircuitPython_LIS3DH to 3.0.0 from 2.0.0:
> Merge pull request adafruit/Adafruit_CircuitPython_LIS3DH#17 from tannewt/single_double
Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1306 to 2.0.0 from 1.0.2:
> Merge pull request adafruit/Adafruit_CircuitPython_SSD1306#3 from mrmcwethy/lint
|
2017-12-16 03:00:08 -08:00 |
|
Adafruit Adabot
|
51b06f0be3
|
Automated update by Adabot (adafruit/adabot@24fa60f)
Updating https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15 to 0.2.0 from 0.1.0:
> Merge pull request adafruit/Adafruit_CircuitPython_ADS1x15#4 from tannewt/lint
> Merge pull request adafruit/Adafruit_CircuitPython_ADS1x15#3 from mrmcwethy/updatebundle
Updating https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel to 3.0.0 from 2.0.0:
> Merge pull request adafruit/Adafruit_CircuitPython_NeoPixel#18 from chickadee-tech/lint
> Switch files for new build process.
|
2017-12-13 03:00:09 -08:00 |
|
Adafruit Adabot
|
a6771bce64
|
Automated update by Adabot (adafruit/adabot@24fa60f)
Updating https://github.com/adafruit/Adafruit_CircuitPython_DS3231 to 2.0.2 from 2.0.1:
> Added pylint to project and udpated code
|
2017-12-12 03:00:08 -08:00 |
|
Adafruit Adabot
|
fa443c127b
|
Automated update by Adabot (adafruit/adabot@24fa60f)
Updating https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground to 0.9.1 from 0.9.0:
> Merge pull request adafruit/Adafruit_CircuitPython_CircuitPlayground#20 from kattni/touch-threshold
|
2017-12-10 12:42:25 -08:00 |
|
Scott Shawcroft
|
24b601e46d
|
Switch to newer build tools package
|
2017-12-10 12:40:26 -08:00 |
|
Adafruit Adabot
|
7fd7c851fc
|
Automated update by Adabot (adafruit/adabot@5091406)
Updating https://github.com/adafruit/Adafruit_CircuitPython_BME680 to 3.0.0 from 2.0.1:
> manual merge
Updating https://github.com/adafruit/Adafruit_CircuitPython_BMP280 to 3.0.1 from 2.0:
> fix travis typo
> Merge pull request adafruit/Adafruit_CircuitPython_BMP280#4 from chickadee-tech/lint
Updating https://github.com/adafruit/Adafruit_CircuitPython_DHT to 3.0.0 from 2.0.0:
> Merge pull request adafruit/Adafruit_CircuitPython_DHT#3 from mrmcwethy/lint
Updating https://github.com/adafruit/Adafruit_CircuitPython_GPS to 3.0.0 from 2.0:
> Merge pull request adafruit/Adafruit_CircuitPython_GPS#1 from mrmcwethy/lint
> Add simple datalogging example.
Updating https://github.com/adafruit/Adafruit_CircuitPython_LIS3DH to 2.0.0 from v1.0.0:
> Merge pull request adafruit/Adafruit_CircuitPython_LIS3DH#15 from tannewt/lint
Updating https://github.com/adafruit/Adafruit_CircuitPython_MAX7219 to 1.0.0 from 0.1.0:
> Merge pull request adafruit/Adafruit_CircuitPython_MAX7219#7 from mrmcwethy/lint
> Tidy up
Updating https://github.com/adafruit/Adafruit_CircuitPython_SI7021 to 3.0.1 from 2.0:
> fix typo in yml
> Merge branch 'tannewt-lint'
|
2017-12-10 03:00:08 -08:00 |
|
Adafruit Adabot
|
5091406397
|
Automated update by Adabot (adafruit/adabot@ad2205d)
Updating https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground to 0.9.0 from 0.8.1:
> Added error to cpx.shake for incompatible CircuitPython versions (adafruit/Adafruit_CircuitPython_CircuitPlayground#19)
> Removed unnecessary lis3dh lines from init
> Merge pull request adafruit/Adafruit_CircuitPython_CircuitPlayground#17 from chickadee-tech/lint
> Added .frozen to sys path to prefer frozen modules
> Added shake detection (adafruit/Adafruit_CircuitPython_CircuitPlayground#15)
> Doc updates, global brightness included.
|
2017-12-08 03:00:08 -08:00 |
|
mrmcwethy
|
ad2205d28d
|
Adding Adafruit_CircuitPython_CharLCD to bundle
|
2017-12-01 09:30:50 -08:00 |
|
Adafruit Adabot
|
6a0714bbb5
|
Automated update by Adabot (adafruit/adabot@a9de174)
Updating https://github.com/adafruit/Adafruit_CircuitPython_DotStar to 1.1.3 from 1.1.2:
> Add build tools into the requirements.
> Configure Travis builds using circuitpython build tools.
> Added import math
> Updated neopixels to dostars in doc
Updating https://github.com/adafruit/Adafruit_CircuitPython_LIS3DH to v1.0.0 from 0.1.3:
> Added shake detection (adafruit/Adafruit_CircuitPython_LIS3DH#13)
|
2017-12-01 03:00:08 -08:00 |
|
Scott Shawcroft
|
a9de1740f9
|
Switch bundle build for build tools 0.0.8 which has proper argument parsing.
|
2017-11-30 12:08:56 -08:00 |
|
Scott Shawcroft
|
2ac176c006
|
Explicitly provide the bundle name.
|
2017-11-28 16:13:19 -08:00 |
|
Scott Shawcroft
|
58626586cb
|
Build the bundle on Travis.
|
2017-11-22 15:53:06 -08:00 |
|
Adafruit Adabot
|
be9ea39978
|
Automated update by Adabot (adafruit/adabot@deab33c)
Updating https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15 to 0.1.0 from e731810:
> fix .travis.yml
> add .travis.yml and .gitignore; I2C.read_into -> readinto
Updating https://github.com/adafruit/Adafruit_CircuitPython_BME280 to 2.0 from 1.0.0:
> Update travis config to use 2.x branch for MPY generation.
> changed read_into to readinto
> Merge pull request adafruit/Adafruit_CircuitPython_BME280#1 from chickadee-tech/doc_fix
Updating https://github.com/adafruit/Adafruit_CircuitPython_BME680 to 2.0.1 from f1e5aa2:
> Ensure gas property updates reading state.
> rename fix
> Update travis config with 2.x branch MPY generation.
> changed read_into to readinto
> Merge pull request adafruit/Adafruit_CircuitPython_BME680#1 from chickadee-tech/doc_fix
Updating https://github.com/adafruit/Adafruit_CircuitPython_BMP280 to 2.0 from 1.0.0:
> Update travis to use 2.x branch for MPY generation.
> changed read_into to readinto
> Merge pull request adafruit/Adafruit_CircuitPython_BMP280#2 from chickadee-tech/doc_fix
Updating https://github.com/adafruit/Adafruit_CircuitPython_BNO055 to 2.0 from 0.1.3:
> Switch to 2.x branch for MPY generation.
> changed read_into to readinto
Updating https://github.com/adafruit/Adafruit_CircuitPython_CCS811 to 0.0.2 from 0.0.1:
> changed read_into to readinto
Updating https://github.com/adafruit/Adafruit_CircuitPython_DS3231 to 2.0.1 from 1.0.0:
> changed read_into to readinto
> Add demo example based on PCF8523 guide.
> Switch to build from circuitpython 2.x branch mpy-cross
Updating https://github.com/adafruit/Adafruit_CircuitPython_LIS3DH to 0.1.3 from 0.1.2:
> busdevice method changed from read_into() to readinto()
> Optimize the way data in unpacked (adafruit/Adafruit_CircuitPython_LIS3DH#9)
> added ImportError to except
> changed to use struct module instead of ustruct (adafruit/Adafruit_CircuitPython_LIS3DH#6)
> Update to upcoming NeoPixel API
Updating https://github.com/adafruit/Adafruit_CircuitPython_MAX31855 to 2.0 from 0.1.1:
> Update .travis.yml
> changed conditional import for struct and ustruct (adafruit/Adafruit_CircuitPython_MAX31855#2)
Updating https://github.com/adafruit/Adafruit_CircuitPython_MCP9808 to 2.0 from 0.1.1:
> Update .travis.yml
> changed read_into to readinto
> Clarify code indents (adafruit/Adafruit_CircuitPython_MCP9808#2)
> Minor tidying
Updating https://github.com/adafruit/Adafruit_CircuitPython_MPR121 to 0.1.2 from 0.1.1:
> changed read_into to readinto
Updating https://github.com/adafruit/Adafruit_CircuitPython_PCF8523 to 0.1.1 from 0.1.0:
> changed read_into to readinto
Updating https://github.com/adafruit/Adafruit_CircuitPython_SI7021 to 2.0 from 0.1.4:
> Switch travis config to build from 2.0 circuitpython branch.
> changed read_into to readinto
Updating https://github.com/adafruit/Adafruit_CircuitPython_TSL2561 to 2.0 from 51b7cd9:
> Update travis config to use 2.x branch for MPY generation.
> Merge pull request adafruit/Adafruit_CircuitPython_TSL2561#6 from caternuson/master
> fix deploy filename
> Correct the docs badge
> Merge pull request adafruit/Adafruit_CircuitPython_TSL2561#3 from caternuson/master
> Merge pull request adafruit/Adafruit_CircuitPython_TSL2561#2 from caternuson/iss001
Updating https://github.com/adafruit/Adafruit_CircuitPython_VC0706 to 2.0 from 286bd31:
< Add example with internal filesystem write.
Updating https://github.com/adafruit/Adafruit_CircuitPython_BusDevice to 2.0.1 from 0.3.1:
> remove deprecated method read_into
> Added readinto() method to be more consistant with busdevice.spi. (adafruit/Adafruit_CircuitPython_BusDevice#10)
Updating https://github.com/adafruit/Adafruit_CircuitPython_Register to 1.0.3 from 1.0.2:
> changed read_into to readinto to follow changes in Adafruit_CircuitPython_BusDevice (adafruit/Adafruit_CircuitPython_Register#6)
|
2017-11-21 15:35:39 -08:00 |
|
Tony DiCola
|
deab33cfed
|
Add GPS, VC0706.
|
2017-11-10 18:54:01 -08:00 |
|
Limor "Ladyada" Fried
|
93c3f6a792
|
Merge pull request #34 from caternuson/master
added driver for ADS1x15
|
2017-11-09 15:26:20 -05:00 |
|
caternuson
|
e9fadd4065
|
added driver for ADS1x15
|
2017-11-09 08:44:06 -08:00 |
|
caternuson
|
c585c4db2d
|
added driver for TSL2561
|
2017-11-03 10:12:17 -07:00 |
|
ladyada
|
bb642559a7
|
add bme280 and bme680
|
2017-10-29 16:44:19 -04:00 |
|