Midnight Sun Firmware
Loading...
Searching...
No Matches
horn.h
1
#pragma once
2
3
/************************************************************************************************
4
* @file horn.h
5
*
6
* @brief Header file for horn manager
7
*
8
* @date 2025-11-17
9
* @author Midnight Sun Team #24 - MSXVI
10
************************************************************************************************/
11
12
/* Standard library Headers */
13
#include <stdint.h>
14
15
/* Inter-component Headers */
16
#include "status.h"
17
18
/* Intra-component Headers */
19
#include "front_controller.h"
20
31
StatusCode
horn_init
();
32
horn_init
StatusCode horn_init()
Initializes the horn pin.
Definition:
horn.c:25
StatusCode
StatusCode
StatusCodes for various errors.
Definition:
status.h:27
projects
front_controller
inc
horn.h
Generated by
1.9.5