10 lines
137 B
C
10 lines
137 B
C
#ifndef _CONFIGURATION_H_
|
|
#define _CONFIGURATION_H_
|
|
|
|
|
|
void configurationSetup();
|
|
void configurationLoop();
|
|
|
|
|
|
#endif // _CONFIGURATION_H_
|