------------------
+ Introduced ``Motor``, ``Robot``, and ``DistanceSensor`` classes.
+ Renamed ``LED`` factory ``use_pwm`` parameter to ``pwm`` to match other classes. **Note:** This is an API breaking change.
+ Resolved issue with ``RGBLED`` when not using ``pwm``.
+ Resolved issue where ``blink`` / ``pulse`` rates of ``0`` raised a traceback error.
+ Other minor bug fixes.
+ Documentation updates.