From d5dac33672ae1e940b3fda4ee4f4e940229d996f Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 4 Nov 2025 23:34:37 -0500 Subject: get most interrupt handlers working for project pt2 --- project/Core/Inc/Project/remote_control.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 project/Core/Inc/Project/remote_control.h (limited to 'project/Core/Inc/Project/remote_control.h') diff --git a/project/Core/Inc/Project/remote_control.h b/project/Core/Inc/Project/remote_control.h new file mode 100644 index 0000000..469e4ab --- /dev/null +++ b/project/Core/Inc/Project/remote_control.h @@ -0,0 +1,17 @@ +/* + * remote_control.h + * + * Created on: Nov 4, 2025 + * Author: sowgro + */ + +#ifndef INC_PROJECT_REMOTE_CONTROL_H_ +#define INC_PROJECT_REMOTE_CONTROL_H_ + +void remote_control_start(); + +void remote_control_loop(); + +void remote_control_stop(); + +#endif /* INC_PROJECT_REMOTE_CONTROL_H_ */ -- cgit v1.2.3