SR Hillandmotor

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

/****************************************************************************

Header file for SR_HillAndMotor.c


based on the Gen 2 Events and Services Framework

****************************************************************************/

#ifndef HILLANDMOTOR_H
#define HILLANDMOTOR_H

#include <stdint.h>
#include <stdbool.h>

#include "ES_Events.h"

// Public Function Prototypes

void SRHillAndMotor_Init(void);
uint8_t SR_HillAndMotor_GetCurrentRegister(void);
void SR_HillAndMotor_Write(uint8_t NewValue);

#endif //HILLANDMOTOR_H

You might also like