I want to control micro servo motor with ESP8266, as far as I know there is no such lib for B4R. My question is, is it possible to wrap the ESP8266 servo lib. or provide inline c example for it.
Thanks to @Erel and the new rservo library (Beta#7), we've access to servo motors. Servos are a motor type that allows for precise control of angular or linear position, velocity and acceleration (wiki);there're various types with different characteristics (torque, velocity, etc) There're very...