Commit graph

853 commits

Author SHA1 Message Date
Alec Delaney
48d2c10c00
Merge pull request #204 from rgrizzell/main
Adding CircuitPython_GT911 library
2024-01-09 20:29:59 -05:00
Cedar Grove Maker Studios
af1c2393d1
Add CedarGrove WaveViz to helper library 2024-01-09 15:34:00 -08:00
Robert Grizzell
746f140218
Adding CircuitPython_GT911 library 2024-01-08 22:01:57 -06:00
foamyguy
3bd0fb0d3d
Merge pull request #203 from ilikecake/main
Add library for i2c expanders.
2024-01-08 09:02:14 -06:00
Pat
19abb27f1d Update text for i2c expander library. 2024-01-07 14:26:14 -06:00
Pat
56e7c0180b Update library list with I2C expander library 2024-01-07 12:54:30 -06:00
Pat
b22a70000c Added submodule 2024-01-07 12:44:50 -06:00
adabot
24b1f96475 Automated update by Adabot (adafruit/adabot@20240106)
Updating https://github.com/todbot/CircuitPython_MicroOSC to 0.5 from 0.4:
  > make setting multicast opts optional for oscclient, oops
2024-01-07 05:10:40 +00:00
adabot
a62b9f0e21 Automated update by Adabot (adafruit/adabot@2959bae)
Updating https://github.com/CedarGroveStudios/CircuitPython_WaveBuilder to 1.0.4 from 1.0.0:
  > fix pylint warnings
  > incorporate amplitude limits
  > update docs
  > update examples and docs
  > Merge branch 'main' of https://github.com/CedarGroveStudios/CircuitPython_WaveBuilder
  > remove submodule directory from cache
  > update FeatherS2 I2S pins in examples
2024-01-06 05:05:35 +00:00
adabot
7576411942 Automated update by Adabot (adafruit/adabot@20231228)
Updating https://github.com/jins-tkomoda/CircuitPython_MPU6886 to 0.2.0 from 0.1.3:
  > black complient
  > more efficient
2023-12-30 05:10:01 +00:00
Alec Delaney
a1b1efee04
Merge pull request #195 from jins-tkomoda/add-mpu6886
Add mpu6886
2023-12-26 20:18:23 -05:00
Alec Delaney
e2186043eb Merge branch 'main' of https://github.com/adafruit/CircuitPython_Community_Bundle into add-mpu6886 2023-12-26 19:44:11 -05:00
Alec Delaney
c763eab1e2
Merge pull request #202 from CedarGroveStudios/main
Add CedarGrove/WaveBuilder and update RangeSlicer release version
2023-12-26 19:34:45 -05:00
adabot
22cf1a1f75 Automated update by Adabot (adafruit/adabot@20231224)
Updating https://github.com/CedarGroveStudios/CircuitPython_RangeSlicer to 1.0.4 from v1.0.3:
  > from analogio import AnalogIn
  > correct import order
  > Correct module name spelling
  > Correct module name spelling
  > Merge pull request CedarGroveStudios/CircuitPython_RangeSlicer#3 from tekktrik/dev/update-ci
2023-12-26 05:05:50 +00:00
Cedar Grove Maker Studios
4f900f1162 Add CedarGrove/CircuitPython_WaveBuilder 2023-12-25 15:41:51 -08:00
Cedar Grove Maker Studios
f9f886ae60
add CedarGrove/CircuitPython_WaveBuilder 2023-12-25 15:34:45 -08:00
Cedar Grove Maker Studios
98afc02cdc
Add CedarGrove/CircuitPython_WaveBuilder 2023-12-25 15:33:39 -08:00
adabot
403f6c461a Automated update by Adabot (adafruit/adabot@20231220)
Updating https://github.com/elpekenin/circuitpython_toml to 0.1.6 from 0.1.5:
  > Implement `__contains__` and `__delitem__`. (partially) fixes elpekenin/circuitpython_toml#4
  > Hide `Dotty._BASE` on `repr`, use `object()` instead of weird string as its value
2023-12-22 05:07:22 +00:00
adabot
555e989ad0 Automated update by Adabot (adafruit/adabot@2959bae)
Updating https://github.com/jins-tkomoda/CircuitPython_QMI8658C to 0.2.0 from 0.1.3:
  > black compliant
  > added raw_acc_gyro_bytes
  > black error
  > some code are refactored

Updating https://github.com/elpekenin/circuitpython_toml to 0.1.5 from 0.1.4:
  > str/file handling
2023-12-19 05:06:19 +00:00
adabot
569c7713f2 Automated update by Adabot (adafruit/adabot@a0bfd79)
Updating https://github.com/todbot/CircuitPython_MicroOSC to 0.4 from 0.3:
  > do check if multicast addr before setting multicast options, have examples default to unicast UDP case. Fix todbot/CircuitPython_MicroOSC#3 and is a workaround for todbot/CircuitPython_MicroOSC#1
  > fix readthedocs builds
  > update readme
2023-12-15 05:06:04 +00:00
Scott Shawcroft
d959237c54
Merge pull request #201 from bablokb/main
library for Waveshare's E-Ink Segment-Display
2023-12-08 11:19:59 -08:00
Bernhard Bablok
2b58aa5543 added support for Waveshare's E-Ink Segment-Display 2023-12-08 13:55:59 +01:00
adabot
af2b94098a Automated update by Adabot (adafruit/adabot@a0bfd79)
Updating https://github.com/rgrizzell/CircuitPython_LILYGO_T-Deck to 0.1.1 from 0.1.0:
  > Allowing for custom definitions of the Keyboard and Trackball drivers
2023-12-07 05:05:51 +00:00
adabot
95e52acdcb Automated update by Adabot (adafruit/adabot@20231130)
Updating https://github.com/cedargrovestudios/circuitpython_airqualitytools to 1.0.4 from 1.0.2:
  > Merge pull request cedargrovestudios/circuitpython_airqualitytools#3 from jepler/correct-metadata
  > Merge pull request cedargrovestudios/circuitpython_airqualitytools#2 from tekktrik/dev/update-ci

Updating https://github.com/CedarGroveStudios/CircuitPython_RGB_SpectrumTools to 1.0.5 from 1.0.3:
  > Merge pull request CedarGroveStudios/CircuitPython_RGB_SpectrumTools#2 from jepler/metadata
  > Update pyproject.toml
  > Update pyproject.toml
  > Update pyproject.toml
  > remove blender
  > add two_color_blender class
  > Update docs
  > Merge pull request CedarGroveStudios/CircuitPython_RGB_SpectrumTools#1 from tekktrik/dev/update-ci
  > update pylint to v2.15.5
  > fix pylint error
  > fix pylint error
  > fix pylint error
  > fix pylint errors
  > fix pylint error
  > update docs

Updating https://github.com/cedargrovestudios/circuitpython_temperaturetools to 1.0.3 from 1.0.1:
  > Merge pull request cedargrovestudios/circuitpython_temperaturetools#3 from jepler/metadata
  > Merge pull request cedargrovestudios/circuitpython_temperaturetools#2 from jposada202020/main
  > Merge branch 'main' of https://github.com/CedarGroveStudios/CircuitPython_TemperatureTools
  > fix black error
  > update pylint version
2023-12-01 05:10:47 +00:00
Scott Shawcroft
31b89fadf7
Merge pull request #200 from TristanWarder/main
Add P1AM, p1am_200_helpers, RS485-Wrapper libraries
2023-11-30 10:22:14 -08:00
Tristan Warder
be676dfd25
Merge branch 'main' into main 2023-11-29 15:29:57 -05:00
Dan Halbert
b602134140
Merge pull request #199 from Uberi/fix-biplane-updated
Add new version of biplane and move it to the correct location
2023-11-29 15:03:12 -05:00
Anthony Zhang
0135996065 Add new version of biplane and move it to the correct location 2023-11-29 14:40:39 -05:00
Tristan Warder
5bb8f0d941 Add RS485-Wrapper 2023-11-29 12:18:25 -05:00
Tristan Warder
b79f9972ae Add p1am_200_helpers 2023-11-29 12:15:18 -05:00
Tristan Warder
f0e879e3fa Add P1AM driver 2023-11-29 12:07:59 -05:00
Dan Halbert
08b40b1e2c
Merge pull request #198 from rgrizzell/main
Adding LILYGO T-Deck helper library
2023-11-29 09:53:03 -05:00
adabot
2a6ff1802d Automated update by Adabot (adafruit/adabot@a0bfd79)
Updating https://github.com/Uberi/biplane to 1.0.4 from 1.0.2:
  > Add check for malformed unicode, move tests out of top level

Updating https://github.com/CedarGroveStudios/CircuitPython_NAU7802 to 2.1.1 from 2.0.0:
  > Merge pull request CedarGroveStudios/CircuitPython_NAU7802#11 from JohnHind/main
  > Merge pull request CedarGroveStudios/CircuitPython_NAU7802#10 from semininja/main
2023-11-29 05:20:13 +00:00
Robert Grizzell
f9027e29ea
Adding LILYGO T-Deck helper library 2023-11-28 20:30:42 -06:00
adabot
3bcbd5b5a3 Automated update by Adabot (adafruit/adabot@b08b400)
Updating https://github.com/elpekenin/circuitpython_toml to 0.1.4 from 0.1.3:
  > Remove `del`
2023-11-28 05:07:53 +00:00
foamyguy
5cecb34321
Merge pull request #196 from elpekenin/lib/toml
TOML library
2023-11-23 10:18:19 -06:00
elpekenin
639aeea277 Update submodule, should grab tag now 2023-11-23 16:04:35 +01:00
adabot
9b5ea6fa3b Automated update by Adabot (adafruit/adabot@2dd658e)
Updating https://github.com/cedargrovestudios/circuitpython_chime to 0.0.4 from 0.0.3:
  > Update README.rst
  > correct file name
  > Merge branch 'main' of https://github.com/CedarGroveStudios/CircuitPython_Chime
  > add class and strike method diagrams
2023-11-21 05:07:24 +00:00
elpekenin
5347e430c1 Initial commit 2023-11-16 20:21:04 +01:00
Taiki Komoda
1fe89b2a46 add mpu6886 2023-11-05 10:46:33 +09:00
Taiki Komoda
eb26e419f9 add mpu6886 2023-11-05 10:46:14 +09:00
foamyguy
5fefcac317
Merge pull request #194 from jins-tkomoda/add-qmi8658c
Add qmi8658c
2023-11-04 10:11:47 -05:00
Taiki Komoda
90e6964d14 added qmi8658c 2023-11-04 11:05:47 +09:00
Taiki Komoda
1f7e7c6a4d Add qmi8658c imu driver 2023-11-04 11:05:46 +09:00
adabot
1a53e6f3fc Automated update by Adabot (adafruit/adabot@2dd658e)
Updating https://github.com/CedarGroveStudios/CircuitPython_ColorFader to 1.0.3 from 1.0.2:
  > update for CircuitPython 8.x+/9.0 displayio compatibility

Updating https://github.com/CedarGroveStudios/CircuitPython_PaletteFader to 1.1.2 from 1.1.1:
  > Update pyproject.toml
  > update for CircuitPython 8.x+/9.0 displayio compatibility
  > expand definition of normalization
  > Merge pull request CedarGroveStudios/CircuitPython_PaletteFader#3 from tekktrik/dev/update-ci
  > update to newer pylint build
  > update to newer pylint version
  > restore .github folder
  > update .github files

Updating https://github.com/Cedargrovestudios/circuitpython_paletteFilter to 1.0.1 from 1.0.0:
  > update for CircuitPython 8.x+/9.0 displayio compatibility
  > Merge pull request Cedargrovestudios/circuitpython_paletteFilter#1 from tekktrik/dev/update-ci

Updating https://github.com/CedarGroveStudios/CircuitPython_PaletteSlice to 1.0.3 from 1.0.2:
  > update for CircuitPython 8.x+/9.0 displayio compatibility
  > Merge pull request CedarGroveStudios/CircuitPython_PaletteSlice#1 from tekktrik/dev/update-ci
  > fix pylint error

Updating https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator to 1.0.2 from 1.0.1:
  > Update pyproject.toml
  > update for CircuitPython 8.x+/9.0 displayio compatibility
  > Merge pull request CedarGroveStudios/CircuitPython_TouchCalibrator#1 from tekktrik/dev/update-ci
  > Merge branch 'main' of https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator
  > upgrade black and re-run
  > fix black formatting error
2023-11-02 05:11:05 +00:00
Dan Halbert
bbb29f432c
Merge pull request #193 from adafruit/dhalbert-patch-1
Add setuptools to requirements.txt
2023-10-28 21:09:46 -04:00
Dan Halbert
a866c9eb1a
Add setuptools to requirements.txt
CI Python version is now 3.12. It needs `setuptools`:

From https://docs.python.org/3/whatsnew/3.12.html
> gh-95299: Do not pre-install setuptools in virtual environments created with venv. This means that distutils, setuptools, pkg_resources, and easy_install will no longer available by default; to access these run pip install setuptools in the activated virtual environment
2023-10-28 21:04:38 -04:00
adabot
34ceca1398 Automated update by Adabot (adafruit/adabot@20231025)
Updating https://github.com/cedargrovestudios/circuitpython_chime to 0.0.3 from 0.0.2:
  > Update requirements.txt with community bundle dependency
  > Update requirements.txt
2023-10-29 00:27:24 +00:00
adabot
c01d252bc2 Automated update by Adabot (adafruit/adabot@20231017)
Updating https://github.com/cedargrovestudios/circuitpython_chime to 0.0.2 from 0.0.1:
  > Update requirements.txt
2023-10-20 05:06:34 +00:00
Scott Shawcroft
95327c7f7c
Merge pull request #191 from FoamyGuy/move_chime_module
Move chime module
2023-10-18 09:43:39 -07:00