A_Set_Speed method

int A_Set_Speed(
  1. int speed
)

Implementation

int A_Set_Speed(
  int speed,
) {
  return _A_Set_Speed(
    speed,
  );
}