summaryrefslogtreecommitdiff
path: root/project/Core/Inc/Project/local_control.h
blob: b691cde5993ac937b0a0fcc955b96c2bd8b582a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * local_control.h
 *
 *  Created on: Nov 4, 2025
 *      Author: sowgro
 */

#ifndef INC_PROJECT_LOCAL_CONTROL_H_
#define INC_PROJECT_LOCAL_CONTROL_H_

void local_control_start();

void local_control_loop();

void local_control_stop();

#endif /* INC_PROJECT_LOCAL_CONTROL_H_ */