Giter Club home page Giter Club logo

Comments (12)

gjoseph avatar gjoseph commented on July 21, 2024

Found the same thing @magnus-haw - here's a PR that I hope will get merged soon :)

from adafruit_blinka.

asyzen avatar asyzen commented on July 21, 2024

@magnus-haw Thanks!

from adafruit_blinka.

ladyada avatar ladyada commented on July 21, 2024

we're about to fix this with a different PR, hold tight!

from adafruit_blinka.

ladyada avatar ladyada commented on July 21, 2024

apologies for the break. lots of dev goin' on
please try 0.3.1 - i tested it but it could use more testin' as always :)

from adafruit_blinka.

csylvain avatar csylvain commented on July 21, 2024

that (0.3.1) broke something (0.3.0 worked after changing that one "if" to "elif")
Traceback (most recent call last):
File "bme280_simpletest.py", line 8, in
i2c = busio.I2C(board.SCL, board.SDA)
File "/home/pi/.local/lib/python3.5/site-packages/busio.py", line 15, in init
self.init(scl, sda, frequency)
File "/home/pi/.local/lib/python3.5/site-packages/busio.py", line 20, in init
from adafruit_blinka.microcontroller.generic_linux.i2c import I2C as _I2C
ImportError: No module named 'adafruit_blinka.microcontroller.generic_linux'

fix with
~/.local/lib/python3.5/site-packages/adafruit_blinka/microcontroller $ ln -sf raspi_23 generic_linux

from adafruit_blinka.

ladyada avatar ladyada commented on July 21, 2024

hmm - lemme take another look

from adafruit_blinka.

ladyada avatar ladyada commented on July 21, 2024

ok i think it's cause i forgot a init.py file - fun times! new release coming soon

from adafruit_blinka.

ladyada avatar ladyada commented on July 21, 2024

OK please try 0.3.2!

from adafruit_blinka.

ladyada avatar ladyada commented on July 21, 2024

i think this is resolved now, @brennen tested it. closing - please reopen if it's still an issue

from adafruit_blinka.

csylvain avatar csylvain commented on July 21, 2024

no pin.py in generic_linux ? only in raspi_23.

from adafruit_blinka.

ladyada avatar ladyada commented on July 21, 2024

thats correct, we have not done our libgpiod changes so pin control is still board specific

from adafruit_blinka.

csylvain avatar csylvain commented on July 21, 2024

k!

from adafruit_blinka.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.