1#ifndef RENSSELAERMOTORSPORT_APP_H
2#define RENSSELAERMOTORSPORT_APP_H
4#include "../AnalogSensor.h"
5#include "../../Utils/Telemetry.h"
22void initApp(
App* app,
int hz,
int channel,
char* name);
float getAppPosition(App *app)
Gets the current position of the APP.
void updateApp(App *app)
Updates the APP data.
void setAppPos(App *app, float pos)
Sets pedal position in app sensor.
float transferFunctionApp(float rawVal)
Converts raw APP data to a meaningful position value.
void initApp(App *app, int hz, int channel, char *name)
Initializes the APP with the given frequency and channel.
TelemetrySignal * telem_raw
TelemetrySignal * telem_position