2018 revision to classic DataBus AVC code.

Dependencies:   LSM303DLM Servo SerialGraphicLCD L3G4200D IncrementalEncoder SimpleShell

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?

UserRevisionLine numberNew 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