0
votes

I need to run my python code on a high-power laptop and not on the PI itself. How could I access the PI's GPIO ports "directly" from my laptop (Linux)?

I could create an API myself (https://docs.dataplicity.com/docs/control-gpios-using-rest-api) but this is not what I'm looking for.

Best would be to connect my PI via USB to my laptop and then being able to recognise its GPIO's as the laptops own GPIO's and control those directly using pi-gpio library.

Any suggestions?

1

1 Answers

-1
votes