ev3dev-python-tools / ev3dev2simulator

Simulator for an EV3 robot; a program using the ev3dev2 API can run both on the rover and on the simulator without any modifications to the code
MIT License
6 stars 9 forks source link

Add auto config of sensors and actuators #8

Closed NielsOkker closed 4 years ago

NielsOkker commented 4 years ago

Currently, only sensor and actuators that are given an address will work. TouchSensor() does not work. This feature adds the possibility to automatically determine the port if only one of that kind is attached. Will also check if a given port actually exist on the robot.