13 lines
130 B
Plaintext
13 lines
130 B
Plaintext
#ifndef APPLICATION_H_
|
|
#define APPLICATION_H_
|
|
|
|
|
|
|
|
void setupApplication();
|
|
void loopApplication();
|
|
|
|
|
|
|
|
|
|
#endif /* APPLICATION_H_ */
|