Midnight Sun Firmware
Loading...
Searching...
No Matches
killswitch.h
1#pragma once
2
3/************************************************************************************************
4 * @file killswitch.h
5 *
6 * @brief Vehicle killswitch handler header file
7 *
8 * @date 2025-09-02
9 * @author Midnight Sun Team #24 - MSXVI
10 ************************************************************************************************/
11
12/* Standard library Headers */
13
14/* Inter-component Headers */
15#include "gpio_interrupts.h"
16#include "notify.h"
17#include "tasks.h"
18
19/* Intra-component Headers */
20
27StatusCode killswitch_init(Event event, const Task *task);
28
StatusCode
StatusCodes for various errors.
Definition: status.h:27
Definition: tasks.h:83