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.
Fork of Nucleo_CaitSith_Firmware by
Diff: def_resources.cpp
- Revision:
- 0:a9b204e27472
- Child:
- 1:5f6dd444850a
diff -r 000000000000 -r a9b204e27472 def_resources.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/def_resources.cpp Thu Sep 11 13:45:07 2014 +0000 @@ -0,0 +1,16 @@ +/* + + Controller firmware for CaitSithDanger + + Kyoto-Densou-An 2014 + + Author : yishii +*/ + +#include <mbed.h> +#include <PwmServo.h> +#include <RobotArm.h> + +RobotArm arm1(PB_8,PB_9); +//RobotArm armLeft(PA_5,PA_6); +//RobotArm armRight(PA_5,PA_6);