summaryrefslogtreecommitdiff
path: root/project/Core/Inc/Project/project.h
blob: da3590c38e5cd309ea047c7c0d8d787ee4b5e310 (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();
void handle_input(char buffer[], uint8_t *state);

#endif /* INC_PROJECT_H_ */