ev3dev / ev3dev-lang-python-demo

Python Demo Programs
MIT License
60 stars 28 forks source link

Add simple Brickpi3 example #50

Closed WasabiFan closed 4 years ago

WasabiFan commented 4 years ago

Fixes ev3dev/ev3dev-lang-python#728

dlech commented 4 years ago

Works for me :smile:

I added a change since set_device on the output port caused an error, hope that is OK.

WasabiFan commented 4 years ago

Oh, that's rather interesting! set_device on my EV3 worked without error while the sensor one didn't. As long as it works now I'm happy.