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/config_functions.h
- Revision:
- 10:085ab7328054
- Parent:
- 9:d5fcdcb3c89d
--- a/System/config_functions.h Fri Oct 20 11:41:22 2017 +0000 +++ b/System/config_functions.h Mon Oct 23 12:50:53 2017 +0000 @@ -5,9 +5,11 @@ #include "ConfigFile.h" #include <cstdlib> -// Add load function to LinearActuator class*******************************88 +// Add load function to LinearActuator class******************************* int load_BCE_config(); int load_BATT_config(); +int load_DEPTH_config(); +int load_PITCH_config(); int load_script();