summaryrefslogtreecommitdiff
path: root/project/Core/Inc/Project/project.h
blob: ed41f783ccecb75da1de668608182275767990bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * project.h
 *
 *  Created on: Jan 8, 2023
 *      Author: bruce
 */

#ifndef INC_PROJECT_H_
#define INC_PROJECT_H_

#define REMOTE_MODE (0)
#define LOCAL_MODE (1)

void project_run();

uint8_t *project_get_state();

uint8_t project_get_mode();

#endif /* INC_PROJECT_H_ */