Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ArthropodIK MMA8451Q MODSERIAL TSI TextLCD mbed-rtos mbed
Fork of Quadrapod by
Revision 6:ad53aa8b7b30, committed 2015-06-26
- Comitter:
- ikrase
- Date:
- Fri Jun 26 04:23:14 2015 +0000
- Parent:
- 5:932ad8e3a7cf
- Child:
- 7:68e488d28f67
- Commit message:
- Continued development.
Changed in this revision
| ArthropodIK.lib | Show annotated file Show diff for this revision Revisions of this file |
| PolyServo/PolyServo.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ArthropodIK.lib Thu Jun 25 07:08:24 2015 +0000 +++ b/ArthropodIK.lib Fri Jun 26 04:23:14 2015 +0000 @@ -1,1 +1,1 @@ -ArthropodIK#9805c9d36254 +http://developer.mbed.org/users/ikrase/code/ArthropodIK/#031a0c78d8d6
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PolyServo/PolyServo.h Fri Jun 26 04:23:14 2015 +0000 @@ -0,0 +1,10 @@ +#ifndef POLYSERVO_H +#define POLYSERVO_H + +#include "mbed.h" + + + + + +#endif \ No newline at end of file
