aboutsummaryrefslogtreecommitdiff
path: root/GEOLOC/app/anchor/app.h
blob: 06d569b09e0ef9653506975ef2402eb01f2b1ab9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef app_h
#define app_h

#include "../frame.h"
#include "../../lib/config.h"

/**
 * Run the application
 */
void runApp(Config config);

/**
 * Used to handle received frame from mobile
 */
void *handleMessage(void *args);

#endif