periph / conn

Go·Hardware·Lean - Interfaces
https://periph.io
Apache License 2.0
65 stars 11 forks source link

no communication with gpio pins on a raspberry pi zero 2 w #21

Closed V0r-T3x closed 2 years ago

V0r-T3x commented 2 years ago

I'm trying to install the P4wnP1 aloa project on a raspberry pi zero 2 w and it running on kali linux 2022.2. Originally it's supposed to be installed on a raspberry pi zero w. A feature let the user read and write the gpio pins to trigger some actions.

We already have an issue open on the P4wnP1 git page: here. I take note on my installation here.

The original maker of this project give us a hint on potential problem. He pointed this part of the code based on periph.io.

maruel commented 2 years ago

This code is using the old library periph.io/x/periph. It should be updated to use periph.io/x/host/v3 and periph.io/x/conn/v3.

V0r-T3x commented 2 years ago

This code is using the old library periph.io/x/periph. It should be updated to use periph.io/x/host/v3 and periph.io/x/conn/v3.

Thanks for fast respond. I will try this tonight, I hope this will solve my problem.