Compiler Error 3

  1. include "mbed.h"
  2. include "Servo.h" Servo.Enable(1500,20000) while(1) { for(int pos=1000;pos<2000;pos+=25) { Servo1.SetPostion(pos); wait_ms(20); } for(int pos=2000;pos>1000;pos-=25) { Servo1.SetPostion(pos); wait_ms(20); } @endcode

All wikipages