This method overrides ev3dev2.sensor.Sensor.__init__.
For example, 'tacho-motor'.
For example, 'sensor*' or 'motor*'. Default value: '*'.
exact device name and use it directly.
attributes. For example, address='outA', or driver_name=['lego-ev3-us', 'lego-nxt-us']. When argument value is a list, then a match against any entry of the list is enough.
Example:
d = ev3dev.Device('tacho-motor', address='outA') s = ev3dev.Device('lego-sensor', driver_name=['lego-ev3-us', 'lego-nxt-us'])
If there was no valid connected device, an error is thrown.