Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix int not iterable error in _init_devices #209

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

Neradoc
Copy link
Contributor

@Neradoc Neradoc commented Nov 29, 2024

This fixes #208 by iterating over the dictionary key/value pairs using .items()

@jepler
Copy link
Member

jepler commented Nov 29, 2024

This makes sense but it'd be nice if @snkYmkrct or @ktnyt could test it.

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@dhalbert dhalbert merged commit 10b3724 into adafruit:main Dec 2, 2024
1 check passed
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Dec 3, 2024
Updating https://github.com/adafruit/Adafruit_CircuitPython_BNO055 to 5.4.17 from 5.4.16:
  > Merge pull request adafruit/Adafruit_CircuitPython_BNO055#128 from FoamyGuy/compass_mode_example

Updating https://github.com/adafruit/Adafruit_CircuitPython_floppy to 3.0.0 from 2.0.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_floppy#12 from adafruit/floppsy-revb-fat-archiver

Updating https://github.com/adafruit/Adafruit_CircuitPython_MMC56x3 to 1.0.10 from 1.0.9:
  > Merge pull request adafruit/Adafruit_CircuitPython_MMC56x3#7 from FoamyGuy/use_ruff
  > Merge pull request adafruit/Adafruit_CircuitPython_MMC56x3#6 from FoamyGuy/chip_id_0x00

Updating https://github.com/adafruit/Adafruit_CircuitPython_MPL3115A2 to 3.0.5 from 3.0.4:
  > Merge pull request adafruit/Adafruit_CircuitPython_MPL3115A2#32 from FoamyGuy/type_annotations

Updating https://github.com/adafruit/Adafruit_CircuitPython_MSA301 to 1.3.6 from 1.3.5:
  > Merge pull request adafruit/Adafruit_CircuitPython_MSA301#21 from FoamyGuy/type_annotations

Updating https://github.com/adafruit/Adafruit_CircuitPython_NeoPxl8 to 0.3.1 from 0.3.0:
  > Merge pull request adafruit/Adafruit_CircuitPython_NeoPxl8#14 from FoamyGuy/more_animation_example
  > Merge pull request adafruit/Adafruit_CircuitPython_NeoPxl8#12 from mcmanigle/patch-1

Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE to 10.0.11 from 10.0.10:
  > Merge pull request adafruit/Adafruit_CircuitPython_BLE#209 from Neradoc/Neradoc-patch-1

Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA:
  > Updated download stats for the libraries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HID Error: 'int' object is not iterable
3 participants