-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated update by Adabot (adafruit/adabot@3f1738d)
Updating https://github.com/adafruit/Adafruit_CircuitPython_BNO055 to 5.0.1 from 5.0.0: > Merge pull request adafruit/Adafruit_CircuitPython_BNO055#49 from russmac/master Updating https://github.com/adafruit/Adafruit_CircuitPython_DPS310 to 1.1.3 from 1.1.2: > Merge pull request adafruit/Adafruit_CircuitPython_DPS310#6 from taradiddles/master Updating https://github.com/adafruit/Adafruit_CircuitPython_INA219 to 3.4.2 from 3.4.1: > Merge pull request adafruit/Adafruit_CircuitPython_INA219#19 from colindgrant/powerdown-constant-spelling Updating https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO to 3.2.0 from 3.1.3: > Merge pull request adafruit/Adafruit_CircuitPython_AdafruitIO#35 from brentru/add-cellular-example Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE to 6.1.4 from 6.1.3: > Merge pull request adafruit/Adafruit_CircuitPython_BLE#81 from dhalbert/max_length Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Added the following libraries: Adafruit_CircuitPython_LIS331, Adafruit_CircuitPython_BLE_Adafruit
- Loading branch information
1 parent
130c38e
commit db10157
Showing
6 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule dps310
updated
3 files
+10 −0 | README.rst | |
+70 −12 | adafruit_dps310.py | |
+34 −0 | examples/dps310_low_power_weather_station.py |
Submodule adafruitio
updated
2 files
+2 −2 | docs/conf.py | |
+118 −0 | examples/adafruit_io_mqtt/adafruit_io_simpletest_cellular.py |
Submodule ble
updated
3 files
+1 −1 | adafruit_ble/advertising/__init__.py | |
+2 −1 | adafruit_ble/characteristics/__init__.py | |
+1 −1 | adafruit_ble/characteristics/string.py |