Hello!
I tried to figure out if is there any possibility to use this micropython library with the one, which introduced by Lego, the pybricks-micropython. I have a project written in the pybricks-micropython 2.0 and I tried to use the ev3dev2 module in it like
from ev3dev2.led import Leds and it throws an error: No module named: ev3dev2. Which is obvious because the pybricks-micropython env not contains this modul. So my question is there any way to use both library in one program?
Thank you in advance for your answer.
Hello! I tried to figure out if is there any possibility to use this micropython library with the one, which introduced by Lego, the pybricks-micropython. I have a project written in the pybricks-micropython 2.0 and I tried to use the ev3dev2 module in it like
from ev3dev2.led import Leds
and it throws an error: No module named: ev3dev2. Which is obvious because the pybricks-micropython env not contains this modul. So my question is there any way to use both library in one program? Thank you in advance for your answer.