start
Dependencies: Motor Servo mbed
Revision 0:23d9941d4bc0, committed 2014-10-02
- Comitter:
- loejane
- Date:
- Thu Oct 02 18:29:46 2014 +0000
- Commit message:
- 1
Changed in this revision
diff -r 000000000000 -r 23d9941d4bc0 Motor.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Motor.lib Thu Oct 02 18:29:46 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/simon/code/Motor/#f265e441bcd9
diff -r 000000000000 -r 23d9941d4bc0 Servo.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Servo.lib Thu Oct 02 18:29:46 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/simon/code/Servo/#36b69a7ced07
diff -r 000000000000 -r 23d9941d4bc0 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Thu Oct 02 18:29:46 2014 +0000 @@ -0,0 +1,8 @@ +#include "mbed.h" +#include "Motor.h" +#include "Servo.h" + + + +int main() { +
diff -r 000000000000 -r 23d9941d4bc0 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Thu Oct 02 18:29:46 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/552587b429a1 \ No newline at end of file