

class Servo {

  public:
   error  On       (bool);
   error  Position (int8);
   int8   Position ();    
   int8   Current  ();
   error  Mode     (bool); // Servo or Raw
   error  Gain     (int3);
   error  PWM      (int8);

};
