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

#ifndef INC_PROJECT_H_
#define INC_PROJECT_H_

void project_run();
uint8_t *project_get_state();

#endif /* INC_PROJECT_H_ */