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
System/config_functions.h@9:d5fcdcb3c89d, 2017-10-20 (annotated)
- Committer:
- mkelly10
- Date:
- Fri Oct 20 11:41:22 2017 +0000
- Revision:
- 9:d5fcdcb3c89d
- Child:
- 10:085ab7328054
Tested 10/19/17 Folders
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| mkelly10 | 9:d5fcdcb3c89d | 1 | #ifndef CONFIG_FUNCTIONS_H |
| mkelly10 | 9:d5fcdcb3c89d | 2 | #define CONFIG_FUNCTIONS_H |
| mkelly10 | 9:d5fcdcb3c89d | 3 | |
| mkelly10 | 9:d5fcdcb3c89d | 4 | #include "mbed.h" |
| mkelly10 | 9:d5fcdcb3c89d | 5 | #include "ConfigFile.h" |
| mkelly10 | 9:d5fcdcb3c89d | 6 | #include <cstdlib> |
| mkelly10 | 9:d5fcdcb3c89d | 7 | |
| mkelly10 | 9:d5fcdcb3c89d | 8 | // Add load function to LinearActuator class*******************************88 |
| mkelly10 | 9:d5fcdcb3c89d | 9 | int load_BCE_config(); |
| mkelly10 | 9:d5fcdcb3c89d | 10 | int load_BATT_config(); |
| mkelly10 | 9:d5fcdcb3c89d | 11 | int load_script(); |
| mkelly10 | 9:d5fcdcb3c89d | 12 | |
| mkelly10 | 9:d5fcdcb3c89d | 13 | |
| mkelly10 | 9:d5fcdcb3c89d | 14 | |
| mkelly10 | 9:d5fcdcb3c89d | 15 | #endif |