Skip to content

Servo

Purpose

This class is derived from the base modulex class. It is meant to store possible positions a servo can take, and make the process of switching between these positions as easy as possible

Example Usage :

servo servo_object = servo("MyServoName")

Constructor :

servo servo_object;
Back to top