summaryrefslogtreecommitdiff
path: root/project/Core/Inc/Project/local_control.h
blob: a28271be68133f144980808ee9a3c52a4e3f49e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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_init();

void local_control_loop();

#endif /* INC_PROJECT_LOCAL_CONTROL_H_ */