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: LSM303DLM Servo SerialGraphicLCD L3G4200D IncrementalEncoder SimpleShell
Config.h@1:7019a60fd585, 2018-12-02 (annotated)
- Committer:
- shimniok
- Date:
- Sun Dec 02 16:50:51 2018 +0000
- Revision:
- 1:7019a60fd585
- Child:
- 3:4ffb1f9ba166
added command attach and test command
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
shimniok | 1:7019a60fd585 | 1 | #ifndef __CONFIG_H |
shimniok | 1:7019a60fd585 | 2 | #define __CONFIG_H |
shimniok | 1:7019a60fd585 | 3 | |
shimniok | 1:7019a60fd585 | 4 | class Config { |
shimniok | 1:7019a60fd585 | 5 | public: |
shimniok | 1:7019a60fd585 | 6 | int load(char *filename); |
shimniok | 1:7019a60fd585 | 7 | get(char *name); |
shimniok | 1:7019a60fd585 | 8 | } |
shimniok | 1:7019a60fd585 | 9 | |
shimniok | 1:7019a60fd585 | 10 | #endif |