PER Firmware
Loading...
Searching...
No Matches
pedals.h
1
#ifndef PEDALS_H
2
#define PEDALS_H
3
12
#include <stdint.h>
13
14
typedef
struct
{
15
uint16_t throttle;
16
uint16_t brake;
17
}
pedal_values_t
;
18
19
extern
pedal_values_t
pedal_values;
20
21
/* Function Prototypes */
22
void
pedalsPeriodic
(
void
);
23
24
#endif
// PEDALS_H
pedalsPeriodic
void pedalsPeriodic(void)
Processes pedal sensor readings and sets faults as necessary.
Definition
pedals.c:68
pedal_values_t
Definition
pedals.h:14
source
dashboard
pedals
pedals.h
Generated by
1.12.0