An open API service for providing issue and pull request metadata for open source projects.

GitHub / adafruit/Adafruit_CircuitPython_BusDevice issues and pull requests

#103 - change to ruff

Pull Request - State: closed - Opened by FoamyGuy 2 months ago

#102 - Avoid SPIDevice init failure in absence of libgpiod bindings

Pull Request - State: open - Opened by ilario 7 months ago - 9 comments

#101 - try_lock increase wait time from 0 to 1 ms

Pull Request - State: open - Opened by ilario 12 months ago

#100 - Add support for I2C General Call

Issue - State: closed - Opened by caternuson about 1 year ago - 4 comments

#99 - Set inital SPI CS value according to parameters

Pull Request - State: closed - Opened by RetiredWizard over 1 year ago

#98 - I2C write error I2CDevice

Issue - State: closed - Opened by Jerzeek over 1 year ago - 2 comments

#97 - Pypi release actions failed

Issue - State: closed - Opened by FoamyGuy over 1 year ago - 1 comment

#96 - unpin sphinx and add sphinx-rtd-theme to docs reqs

Pull Request - State: closed - Opened by FoamyGuy over 1 year ago

#95 - fix rtd theme

Pull Request - State: closed - Opened by FoamyGuy almost 2 years ago

#94 - Update .pylintrc, fix jQuery for docs

Pull Request - State: closed - Opened by tekktrik about 2 years ago

#93 - Improve baud rate, polarity, and phase parameter descriptions

Pull Request - State: closed - Opened by CedarGroveStudios over 2 years ago

#92 - Improve baud rate, polarity, and phase parameter descriptions

Pull Request - State: closed - Opened by CedarGroveStudios over 2 years ago

#91 - Use time.sleep()

Pull Request - State: closed - Opened by tekktrik about 3 years ago

#90 - TypeError: extra keyword arguments given

Issue - State: closed - Opened by dplaza11 about 3 years ago - 9 comments

#89 - "spi = board.SPI()" is there a way to set this to SPI1

Issue - State: closed - Opened by Reowald about 3 years ago - 9 comments

#88 - failed to "pip3 install adafruit-circuitpython-busdevice"

Issue - State: closed - Opened by ztbupt about 3 years ago - 7 comments

#87 - NameError after update of libraries

Issue - State: closed - Opened by a-schneider-fmi over 3 years ago - 5 comments

#86 - Update requirements.txt for Blinka>=7.0.0

Pull Request - State: closed - Opened by tekktrik over 3 years ago

#85 - Require Python version >= 3.7.0

Pull Request - State: closed - Opened by tekktrik over 3 years ago - 2 comments

#84 - require adafruit-circuitpython-typing

Pull Request - State: closed - Opened by dhalbert over 3 years ago

#83 - name 'I2C' is not defined

Issue - State: closed - Opened by sergio100899 over 3 years ago - 4 comments

#82 - Dependency Issues With Jetson Nano

Issue - State: closed - Opened by 808brick over 3 years ago - 4 comments

#80 - blinka substitutes for mock imports

Pull Request - State: closed - Opened by dhalbert over 3 years ago - 2 comments

#79 - fix typing-only imports

Pull Request - State: closed - Opened by dhalbert over 3 years ago

#78 - need adafruit-blinka; fix imports

Pull Request - State: closed - Opened by dhalbert over 3 years ago

#77 - Error 'WriteableBuffer' is not defined when using I2C device

Issue - State: closed - Opened by bzuu-ic over 3 years ago - 7 comments

#76 - Consolidate Documentation sections of README

Pull Request - State: closed - Opened by tekktrik over 3 years ago

#75 - Add type annotations, update documentation

Pull Request - State: closed - Opened by tekktrik over 3 years ago

#74 - Missing Type Annotations

Issue - State: closed - Opened by FoamyGuy almost 4 years ago
Labels: good first issue, documentation

#73 - Minor pylint checks only

Pull Request - State: closed - Opened by michthom almost 4 years ago - 2 comments

#72 - Enable CS "active-high" device support to resolve #71

Pull Request - State: closed - Opened by michthom almost 4 years ago - 12 comments

#71 - CS Assertion polarity - any support for active high devices?

Issue - State: closed - Opened by michthom almost 4 years ago - 10 comments

#70 - solve issues #69 I2C init bug Jetson

Pull Request - State: closed - Opened by tokiAi about 4 years ago - 18 comments

#69 - I2C init bug causes 10 seconds delay on the Jetson TX2 / Nano

Issue - State: closed - Opened by tokiAi about 4 years ago - 2 comments

#68 - add a note about possible builtin pkg

Pull Request - State: closed - Opened by 2bndy5 about 4 years ago

#67 - add a note about CirPy v6.3.0+ having this lib baked in

Issue - State: closed - Opened by 2bndy5 about 4 years ago - 2 comments

#66 - Bus Device version '0.0.0-auto.0'

Issue - State: closed - Opened by TinManAkshay about 4 years ago - 2 comments
Labels: question

#65 - Adafruit master

Pull Request - State: closed - Opened by TG-Techie over 4 years ago

#64 - Ran pre-commit, added licenses

Pull Request - State: closed - Opened by evaherrada over 4 years ago

#63 - Added 0x prefix to i2c addr in "No I2C device at address:" err msg.

Pull Request - State: closed - Opened by BiffoBear over 4 years ago - 3 comments

#62 - Error message gives a hex address without the 0x prefix

Issue - State: closed - Opened by BiffoBear over 4 years ago - 1 comment

#61 - SPI has no address

Pull Request - State: closed - Opened by mstaack over 4 years ago - 5 comments

#57 - removed comma on line 113 in i2c_device.py

Pull Request - State: closed - Opened by phil-shenk about 5 years ago - 1 comment

#56 - Comma causes syntax error in i2c_device.py

Issue - State: closed - Opened by phil-shenk about 5 years ago - 3 comments

#55 - i2c_device: remove write(stop=), write_then_readinto(stop=)

Pull Request - State: closed - Opened by jepler about 5 years ago - 1 comment

#54 - i2c_device: adjust for removal of stop=, compatibly

Pull Request - State: closed - Opened by jepler about 5 years ago - 2 comments

#53 - adafruit_bus_device writeto(..., stop=stop) deprecated

Issue - State: closed - Opened by anecdata about 5 years ago - 6 comments
Labels: bug, good first issue

#52 - Improving examples

Issue - State: closed - Opened by Oostwegel about 5 years ago - 1 comment

#51 - Add timeouts to bus devices.

Pull Request - State: closed - Opened by TG-Techie about 5 years ago - 2 comments

#50 - Black reformatting with Python 3 target.

Pull Request - State: closed - Opened by kattni over 5 years ago

#49 - dafruit_bus_device.i2c_device' has no attribute 'I2CDevice'

Issue - State: closed - Opened by shanepisko over 5 years ago - 1 comment

#48 - Ran black, updated to pylint 2.x

Pull Request - State: closed - Opened by evaherrada over 5 years ago

#47 - Update Code of Conduct

Pull Request - State: closed - Opened by sommersoft over 5 years ago

#45 - Fix default end values.

Pull Request - State: closed - Opened by dhalbert over 5 years ago - 1 comment

#44 - TypeError: can't convert NoneType to int

Issue - State: closed - Opened by caternuson over 5 years ago - 1 comment

#43 - avoid allocations by avoiding **kwargs

Pull Request - State: closed - Opened by dhalbert over 5 years ago - 3 comments

#42 - PR to my branch

Pull Request - State: closed - Opened by evaherrada over 5 years ago

#41 - Updated intersphinx link

Pull Request - State: closed - Opened by evaherrada over 5 years ago

#40 - Updated rtd link

Pull Request - State: closed - Opened by evaherrada over 5 years ago - 1 comment

#39 - docs link is 404'd

Issue - State: closed - Opened by jepler over 5 years ago - 7 comments

#37 - Updated build.yml and release.yml

Pull Request - State: closed - Opened by evaherrada over 5 years ago

#36 - Moved from Travis to GitHub Actions

Pull Request - State: closed - Opened by evaherrada over 5 years ago

#35 - Adding ability to skip device probing upon object init. …

Pull Request - State: closed - Opened by osterwood over 5 years ago - 3 comments

#34 - Replaced building locally section with documentation section

Pull Request - State: closed - Opened by evaherrada almost 6 years ago - 1 comment

#33 - Removed building locally section from README, replaced with documenta…

Pull Request - State: closed - Opened by evaherrada almost 6 years ago - 3 comments

#32 - rename expample files: include simpletest on name

Pull Request - State: closed - Opened by huyle1097 almost 6 years ago - 1 comment

#31 - Example should be renamed to include simpletest

Issue - State: closed - Opened by kattni almost 6 years ago - 2 comments
Labels: good first issue, Hacktoberfest

#30 - Change stop to False and throw error if True.

Pull Request - State: closed - Opened by tannewt almost 6 years ago - 1 comment

#29 - Remove debug param. It increases frozen and RAM by 800ish bytes.

Pull Request - State: closed - Opened by tannewt about 6 years ago - 3 comments

#27 - Revert "Add Adafruit-Blinka to requirements.txt"

Pull Request - State: closed - Opened by tannewt over 6 years ago - 1 comment

#26 - Travis failure on undefined label

Issue - State: closed - Opened by makermelissa over 6 years ago - 1 comment

#25 - Add Adafruit-Blinka to requirements.txt

Pull Request - State: closed - Opened by demophoon over 6 years ago - 1 comment

#24 - Added debug to i2c_device.

Pull Request - State: closed - Opened by kattni over 6 years ago - 1 comment

#23 - Update README Travis Badge

Pull Request - State: closed - Opened by sommersoft over 6 years ago

#22 - Fix I2C init error on BeagleBone Black

Pull Request - State: closed - Opened by pdp7 almost 7 years ago - 18 comments

#21 - specifically name arguments now that we require it

Pull Request - State: closed - Opened by ladyada almost 7 years ago

#20 - add write_then_readinto support for linux (and possibly others!)

Pull Request - State: closed - Opened by ladyada almost 7 years ago

#19 - explicit 'write-then-read' function for repeated start

Issue - State: closed - Opened by ladyada almost 7 years ago - 4 comments

#18 - Add requirements.txt, update .travis.yml

Pull Request - State: closed - Opened by kattni almost 7 years ago

#17 - Made chip_select default to None

Pull Request - State: closed - Opened by cerickson about 7 years ago - 2 comments

#16 - Improve Ref Docs

Pull Request - State: closed - Opened by sommersoft over 7 years ago

#15 - added examples folder and two example .py

Pull Request - State: closed - Opened by mrmcwethy over 7 years ago - 1 comment

#14 - fix doc bug and add a little extra

Pull Request - State: closed - Opened by dhalbert over 7 years ago - 1 comment

#13 - Bug in SPI example code

Issue - State: closed - Opened by dhalbert over 7 years ago

#12 - Update to new build process and turn on lint.

Pull Request - State: closed - Opened by tannewt over 7 years ago - 4 comments

#11 - remove deprecated method read_into

Pull Request - State: closed - Opened by mrmcwethy over 7 years ago

#10 - Added readinto() method to be more consistant with busdevice.spi.

Pull Request - State: closed - Opened by mrmcwethy over 7 years ago - 1 comment

#9 - i2c_device __init__ error

Issue - State: closed - Opened by jerryneedell almost 8 years ago - 1 comment

#8 - Need a way to create an SPI device without a chip select pin

Issue - State: closed - Opened by deanm1278 almost 8 years ago - 1 comment
Labels: good first issue

#7 - added spi write and read to SPIDevice

Pull Request - State: closed - Opened by robomike about 8 years ago - 4 comments

#6 - Should SPIDevice create a DigitalInputOutput object for the CS pin?

Issue - State: closed - Opened by deshipu over 8 years ago - 1 comment

#5 - Fix usage example for SPIDevice

Pull Request - State: closed - Opened by deshipu over 8 years ago - 2 comments

#3 - Don't scan the whole bus to verify existence of i2c device

Pull Request - State: closed - Opened by deshipu over 8 years ago - 1 comment

#2 - Optimization: remove read/write from SPI device and return SPI bus on context manager enter

Pull Request - State: closed - Opened by tdicola over 8 years ago - 1 comment

#1 - Make SPI chip select logic optional or remove it

Issue - State: closed - Opened by tdicola over 8 years ago - 1 comment