public static ServoController getInstance()
 {
     if (controller == null)
         controller = new ServoController();
     return controller;
 }