Vehicle Control Unit 0.01
This is the c library for controlling the car.
Loading...
Searching...
No Matches
AccelerometerWrapper.h
Go to the documentation of this file.
1#ifndef RENNSMOTORSPORT_ACCELEROMETERWRAPPER_H
2#define RENNSMOTORSPORT_ACCELEROMETERWRAPPER_H
3
4#include "Accelerometer.h"
5
6typedef struct {
11
21 Accelerometer* ax,
22 Accelerometer* ay,
23 Accelerometer* az);
24
25#endif // RENNSMOTORSPORT_ACCELEROMETERWRAPPER_H
void initAccelerometerWrapper(AccelerometerWrapper *wrapper, Accelerometer *ax, Accelerometer *ay, Accelerometer *az)
Initializes the AccelerometerWrapper with the given accelerometers.