- [x] Implement [`device_index`](https://github.com/ev3dev/ev3dev-lang/blob/develop/wrapper-specification.md#special-properties) property for Device class. - [x] Implement platform-specific `Led` instances and color functions. - [x] Implement `measured_amps` and `measured_volts` [properties](https://github.com/ev3dev/ev3dev-lang/blob/develop/wrapper-specification.md#special-properties-4) for `PowerSupply` class (the names in the generated doc seem to be messed up). - [x] Implement `Button` class for ev3 buttons. - [x] Implement `Sound` class. - [x] Implement `LCD` class. - [x] Implement `RemoteControl` class. - [x] Implement `bin_data_format` and `bin_data` for `Sensor`. - [x] ~~Implement [`steering`](https://github.com/ddemidov/ev3dev-lang-python/blob/3e1a70a686771b4bd4a92220c91075f6b163e223/ev3dev/__init__.py#L85-L88) function.~~
device_indexproperty for Device class.Ledinstances and color functions.measured_ampsandmeasured_voltsproperties forPowerSupplyclass (the names in the generated doc seem to be messed up).Buttonclass for ev3 buttons.Soundclass.LCDclass.RemoteControlclass.bin_data_formatandbin_dataforSensor.Implementsteeringfunction.