Giter VIP home page Giter VIP logo

Comments (3)

nickamuch avatar nickamuch commented on June 18, 2024 1

The issue has to do with the fact that GPIO 66 and 67 are used for a green and red led (I think perhaps on a different platform). The underlying c file tries to access a file relating to the brightness of these LED's, which may not exist. I modified the following #defines in event_gpio.h, setting them to 51 and 52 or something that won't be accessed.

#define USR_LED_RED 66
#define USR_LED_GREEN 67

from adafruit_python_gpio.

mjkkirschner avatar mjkkirschner commented on June 18, 2024

after staring at some documentation for the headers it seems I should probably be using:
P8_07 - will test and close if thats the case.

from adafruit_python_gpio.

ladyada avatar ladyada commented on June 18, 2024

hiya thank you for the issue. we're going to be deprecating this library in favor of our python3 Blinka library which has support for almost 200 different drivers, and a wide variety of linux computers as well as ft232h

If this issue is still occuring when you use Blinka, please re-open it there!

from adafruit_python_gpio.

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.