- add methods for raspberry pi version basic control. - `def gpio_init(self)` - `def gpio_output(self, pin, v)`
---
2.5.3
- sync with Atom3.1
---
2.5.1
- improved parameter checking. - new class `CommandGenerator` that generate binary real command. - can import needed class from `pymycobot`, like: python from pymycobot import Mycobot, Angle, Coord, CommandGenerator