Jump to content
  • 0

MCC118 dont work with new rasbian system


uwe

Question

1 answer to this question

Recommended Posts

  • 0

The latest Bookworm operating system significantly changed GPIO control due to the pi5 design.  This required us to rework sections of our driver, which is now in beta. You are welcome to try the beta version by performing the following commands:

1. $ cd daqhats

2. $ sudo ./uninstall.sh

3. $ git pull

4. $ git checkout pi5

5. $ sudo ./install.sh

6. $ pip install daqhats (manually add Python support)

You can switch back to the released library by uninstalling the library, running “git checkout master”, then installing the library.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...