The servo version of SCRIBE

Dependencies:   BLE_nRF8001 BNO055 HC_SR04_Ultrasonic_Library mbed-rtos mbed

Fork of SCRIBE_stepper by SCRIBE

Committer:
nibab
Date:
Wed May 04 23:32:45 2016 +0000
Revision:
6:91ff95c9a44e
Child:
13:d49cb8b52a1e
The servo version. Delete stepper.h and stepper.cpp. Add servo.h and servo.cpp

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nibab 6:91ff95c9a44e 1 void servo_reset();
nibab 6:91ff95c9a44e 2
nibab 6:91ff95c9a44e 3 void servo_f();
nibab 6:91ff95c9a44e 4
nibab 6:91ff95c9a44e 5 void servo_b();
nibab 6:91ff95c9a44e 6
nibab 6:91ff95c9a44e 7 void servo_left();
nibab 6:91ff95c9a44e 8
nibab 6:91ff95c9a44e 9 void servo_right();
nibab 6:91ff95c9a44e 10
nibab 6:91ff95c9a44e 11 void servo_stop();