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: mbed MODSERIAL FATFileSystem
Diff: System/StaticDefs.cpp
- Revision:
- 52:f207567d3ea4
- Parent:
- 51:c5c40272ecc3
- Child:
- 53:c0586fe62b01
--- a/System/StaticDefs.cpp Mon Jun 04 15:20:21 2018 +0000 +++ b/System/StaticDefs.cpp Wed Jun 06 19:18:47 2018 +0000 @@ -60,9 +60,9 @@ return batt; } -ServoDriver & servo() { - static ServoDriver servo(p24); - return servo; +ServoDriver & rudder() { + static ServoDriver rudder(p16); //is this pin 24 now????? + return rudder; } //*************Need to adjust class**************