/**
 * @file display_manager.h
 * @brief LED + CAN status frame control.
 *
 * @arch SWA-007
 * @reqs SWE-020 SWE-021
 *
 * ASIL: QM. STUB.
 */
#ifndef DISPLAY_MANAGER_H
#define DISPLAY_MANAGER_H

#include "../epb_types.h"

EpbStatus display_init(void);
void      display_set_status(EpbState s);
void      display_step_20ms(void);

#endif
