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.h
- Revision:
- 2:91135f19ac12
- Parent:
- 1:5f6dd444850a
- Child:
- 3:9ac9fdf1856e
--- a/def_resources.h Sat Sep 20 07:04:09 2014 +0000 +++ b/def_resources.h Tue Sep 23 04:45:25 2014 +0000 @@ -12,4 +12,11 @@ extern ExtendedServo rightArm; extern ExtendedServo rightShoulder; +extern ExtendedServo oyatsuFeeder; + +extern Serial pc; + +extern DigitalOut myled; +extern DigitalOut nyandaLight; + #endif /* __DEF_RESOURCES_H__ */
