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.hpp
- Revision:
- 87:6d95f853dab3
- Parent:
- 82:0981b9ada820
diff -r ba3a118b0080 -r 6d95f853dab3 System/StaticDefs.hpp --- a/System/StaticDefs.hpp Thu May 02 20:34:16 2019 +0000 +++ b/System/StaticDefs.hpp Wed May 08 13:24:04 2019 +0000 @@ -38,6 +38,8 @@ OuterLoop & depthLoop(); IMU & imu(); +Sensors & sensors(); + OuterLoop & pitchLoop(); StateMachine & stateMachine(); @@ -45,10 +47,7 @@ MbedLogger & mbedLogger(); //internal memory log files //SDFileSystem & sd_card(); //SD card file system - -Sensors & sensors(); - -MbedLogger & sdLogger(); //sd log files +//MbedLogger & sdLogger(); //sd log files ConfigFileIO & configFileIO(); @@ -58,12 +57,14 @@ //servo driver ServoDriver & rudder(); //new 06/06/2018 OuterLoop & headingLoop(); //change 06/08/2018 +OuterLoop & altimLoop(); //change 03may2019 // leds for debugging, global for use in any function DigitalOut & led1(); DigitalOut & led2(); DigitalOut & led3(); DigitalOut & led4(); +DigitalIn & motorDisconnect(); // is this right? is it basically global? Gui & gui();